#84182c

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

Shades of Scarlett #84182C

Tints of Scarlett #84182C

Color information

#84182C (or 0x84182C) is unknown color: approx Scarlett. HEX triplet: 84, 18 and 2C. RGB value is (132,24,44). Sum of RGB (Red+Green+Blue) = 132+24+44=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84182C is #7BE7D3. Grayscale: #3A3A3A. Windows color (decimal): -8120276 or 2889860. OLE color: 2889860.

HSL color Cylindrical-coordinate representation of color #84182C: hue angle of 348.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84182C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1322444-
CMYK00.820.670.48
HSL348.89º69.23%30.59%-
HSV(B)348.89º81.82%51.76%-
XYZ10.35.742.95-
YUV58.57119.78180.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 44 (17.58% from 255) = 22%
R=66%
G=12%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132244400.820.670.48348.8969.2330.59
Hex84182C052433015d451f
Octal204305401221036053510537
Binary1000010011000101100010100101000011110000101011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84182c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84182c; }

 p { color: rgb(132,24,44); }

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

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

 a { background-color: rgb(132,24,44); }

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

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

 span { border-color: rgb(132,24,44); }

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