#841620

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

Shades of Scarlett #841620

Tints of Scarlett #841620

Color information

#841620 (or 0x841620) is unknown color: approx Scarlett. HEX triplet: 84, 16 and 20. RGB value is (132,22,32). Sum of RGB (Red+Green+Blue) = 132+22+32=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841620 is #7BE9DF. Grayscale: #383838. Windows color (decimal): -8120800 or 2102916. OLE color: 2102916.

HSL color Cylindrical-coordinate representation of color #841620: hue angle of 354.55º degrees, saturation: 0.71, 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 #841620 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1322232-
CMYK00.830.760.48
HSL354.55º71.43%30.2%-
HSV(B)354.55º83.33%51.76%-
XYZ10.065.581.91-
YUV56.03114.44182.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=70.97%
G=11.83%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132223200.830.760.48354.5571.4330.2
Hex8416200534C30163471e
Octal204264001231146054310736
Binary1000010010110100000010100111001100110000101100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841620; }

 p { color: rgb(132,22,32); }

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

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

 a { background-color: rgb(132,22,32); }

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

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

 span { border-color: rgb(132,22,32); }

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