Html Css Color HEX #840F3C Pompadour

📋 copy color: '#840F3C'

red 132 ◦ green 15 ◦ blue 60

#840F3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #840F3C

Tints of Pompadour #840F3C

RGB

 RED value IS 132 (51.95% from 255) = 63.77%

 GREEN value IS 15 (6.25% from 255) = 7.25%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 63.77%
G = 7.25%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#840F3C (or 0x840F3C) is known color: Pompadour. HEX triplet: 84, 0F and 3C. RGB value is (132,15,60). Sum of RGB (Red+Green+Blue) = 132+15+60=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #840F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F3C is #7BF0C3. Grayscale: #373737. Windows color (decimal): -8122564 or 3936132. OLE color: 3936132.

HSL color Cylindrical-coordinate representation of color #840F3C: hue angle of 336.92º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F3C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 15 60 -
CMYK 0 0.89 0.55 0.48
HSL 336.92º 0.8% 0.29% -
HSV(B) 336.92º 0.89% 0.52% -
XYZ 10.5 5.57 4.8 -
YUV 55.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 132 15 60 0 0.89 0.55 0.48 336.92 0.8 0.29
Hex 84 F 3C 0 59 37 30 151 50 1D
Octal 204 17 74 0 131 67 60 521 120 35
Binary 10000100 1111 111100 0 1011001 110111 110000 101010001 1010000 11101

Color Harmonies of #840F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F3C

Black with #840F3C

Text Example


Text Example

White with #840F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840F3C; }

 p { color: rgb(132,15,60); }

 H1.HeaderClassName
 {
   color: #840F3C;
 }
 .AnyTagClassName
 {
   color: #840F3C;
 }
</style>

background-color css

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

 a { background-color: rgb(132,15,60); }

 div.DivClassName
 {
   background-color: #840F3C;
 }
 .BgClassName
 {
   background-color: #840F3C;
 }
</style>

border-color css

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

 span { border-color: rgb(132,15,60); }

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