Html Css Color HEX #840B42 Pompadour

📋 copy color: '#840B42'

red 132 ◦ green 11 ◦ blue 66

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

Shades of Pompadour #840B42

Tints of Pompadour #840B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 63.16%
G = 5.26%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#840B42 (or 0x840B42) is known color: Pompadour. HEX triplet: 84, 0B and 42. RGB value is (132,11,66). Sum of RGB (Red+Green+Blue) = 132+11+66=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #840B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B42 is #7BF4BD. Grayscale: #353535. Windows color (decimal): -8123582 or 4328324. OLE color: 4328324.

HSL color Cylindrical-coordinate representation of color #840B42: hue angle of 332.73º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B42 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 66 -
CMYK 0 0.92 0.5 0.48
HSL 332.73º 0.85% 0.28% -
HSV(B) 332.73º 0.92% 0.52% -
XYZ 10.62 5.54 5.66 -
YUV 53.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 132 11 66 0 0.92 0.5 0.48 332.73 0.85 0.28
Hex 84 B 42 0 5C 32 30 14D 55 1C
Octal 204 13 102 0 134 62 60 515 125 34
Binary 10000100 1011 1000010 0 1011100 110010 110000 101001101 1010101 11100

Color Harmonies of #840B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B42

Black with #840B42

Text Example


Text Example

White with #840B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,11,66); }

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

background-color css

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

 a { background-color: rgb(132,11,66); }

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

border-color css

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

 span { border-color: rgb(132,11,66); }

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