#84123D

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

Shades of Pompadour #84123D

Tints of Pompadour #84123D

Color information

#84123D (or 0x84123D) is unknown color: approx Pompadour. HEX triplet: 84, 12 and 3D. RGB value is (132,18,61). Sum of RGB (Red+Green+Blue) = 132+18+61=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123D is #7BEDC2. Grayscale: #383838. Windows color (decimal): -8121795 or 4002436. OLE color: 4002436.

HSL color Cylindrical-coordinate representation of color #84123D: hue angle of 337.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84123D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1321861-
CMYK00.860.540.48
HSL337.37º76%29.41%-
HSV(B)337.37º86.36%51.76%-
XYZ10.575.684.95-
YUV56.99130.27181.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=62.56%
G=8.53%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132186100.860.540.48337.377629.41
Hex84123D05636301514c1d
Octal20422750126666052111435
Binary100001001001011110101010110110110110000101010001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84123D; }

 p { color: rgb(132,18,61); }

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

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

 a { background-color: rgb(132,18,61); }

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

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

 span { border-color: rgb(132,18,61); }

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