#841730

Color #841730 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #841730

Tints of Scarlett #841730

Color information

#841730 (or 0x841730) is unknown color: approx Scarlett. HEX triplet: 84, 17 and 30. RGB value is (132,23,48). Sum of RGB (Red+Green+Blue) = 132+23+48=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #841730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841730 is #7BE8CF. Grayscale: #3A3A3A. Windows color (decimal): -8120528 or 3151748. OLE color: 3151748.

HSL color Cylindrical-coordinate representation of color #841730: hue angle of 346.24º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841730 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1322348-
CMYK00.830.640.48
HSL346.24º70.32%30.39%-
HSV(B)346.24º82.58%51.76%-
XYZ10.365.733.36-
YUV58.44122.11180.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 65.02%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=65.02%
G=11.33%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132234800.830.640.48346.2470.3230.39
Hex841730053403015a461e
Octal204276001231006053210636
Binary1000010010111110000010100111000000110000101011010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841730; }

 p { color: rgb(132,23,48); }

 H1.HeaderClassName
 {
   color: #841730;
 }
 .AnyTagClassName
 {
   color: #841730;
 }
</style>
background-color css

<style>
 a { background-color: #841730; }

 a { background-color: rgb(132,23,48); }

 div.DivClassName
 {
   background-color: #841730;
 }
 .BgClassName
 {
   background-color: #841730;
 }
</style>
border-color css

<style>
 span { border-color: #841730; }

 span { border-color: rgb(132,23,48); }

 td.TdClassName
 {
   border-color: #841730;
 }
 .TagClassName
 {
   border-color: #841730;
 }
</style>