Html Css Color HEX #840D41 Pompadour

📋 copy color: '#840D41'

red 132 ◦ green 13 ◦ blue 65

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

Shades of Pompadour #840D41

Tints of Pompadour #840D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.19%

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

R = 62.86%
G = 6.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#840D41 (or 0x840D41) is known color: Pompadour. HEX triplet: 84, 0D and 41. RGB value is (132,13,65). Sum of RGB (Red+Green+Blue) = 132+13+65=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #840D41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D41 is #7BF2BE. Grayscale: #363636. Windows color (decimal): -8123071 or 4263300. OLE color: 4263300.

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

Color convert

RGB 132 13 65 -
CMYK 0 0.90 0.51 0.48
HSL 333.78º 0.82% 0.28% -
HSV(B) 333.78º 0.9% 0.52% -
XYZ 10.61 5.58 5.52 -
YUV 54.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 132 13 65 0 0.90 0.51 0.48 333.78 0.82 0.28
Hex 84 D 41 0 5A 33 30 14E 52 1C
Octal 204 15 101 0 132 63 60 516 122 34
Binary 10000100 1101 1000001 0 1011010 110011 110000 101001110 1010010 11100

Color Harmonies of #840D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D41

Black with #840D41

Text Example


Text Example

White with #840D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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