Html Css Color HEX #840C41 Pompadour

📋 copy color: '#840C41'

red 132 ◦ green 12 ◦ blue 65

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

Shades of Pompadour #840C41

Tints of Pompadour #840C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.74%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 63.16%
G = 5.74%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#840C41 (or 0x840C41) is known color: Pompadour. HEX triplet: 84, 0C and 41. RGB value is (132,12,65). Sum of RGB (Red+Green+Blue) = 132+12+65=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #840C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840C41 is #7BF3BE. Grayscale: #353535. Windows color (decimal): -8123327 or 4263044. OLE color: 4263044.

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

Color convert

RGB 132 12 65 -
CMYK 0 0.91 0.51 0.48
HSL 333.5º 0.83% 0.28% -
HSV(B) 333.5º 0.91% 0.52% -
XYZ 10.6 5.55 5.51 -
YUV 53.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 132 12 65 0 0.91 0.51 0.48 333.5 0.83 0.28
Hex 84 C 41 0 5B 33 30 14E 53 1C
Octal 204 14 101 0 133 63 60 516 123 34
Binary 10000100 1100 1000001 0 1011011 110011 110000 101001110 1010011 11100

Color Harmonies of #840C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C41

Black with #840C41

Text Example


Text Example

White with #840C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,12,65); }

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

background-color css

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

 a { background-color: rgb(132,12,65); }

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

border-color css

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

 span { border-color: rgb(132,12,65); }

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