Html Css Color HEX #840C4F Pompadour

📋 copy color: '#840C4F'

red 132 ◦ green 12 ◦ blue 79

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

Shades of Pompadour #840C4F

Tints of Pompadour #840C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 59.19%
G = 5.38%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#840C4F (or 0x840C4F) is known color: Pompadour. HEX triplet: 84, 0C and 4F. RGB value is (132,12,79). Sum of RGB (Red+Green+Blue) = 132+12+79=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #840C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C4F is #7BF3B0. Grayscale: #373737. Windows color (decimal): -8123313 or 5180548. OLE color: 5180548.

HSL color Cylindrical-coordinate representation of color #840C4F: hue angle of 326.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 #840C4F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 79 -
CMYK 0 0.91 0.40 0.48
HSL 326.5º 0.83% 0.28% -
HSV(B) 326.5º 0.91% 0.52% -
XYZ 11.06 5.73 7.92 -
YUV 55.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 132 12 79 0 0.91 0.40 0.48 326.5 0.83 0.28
Hex 84 C 4F 0 5B 28 30 146 53 1C
Octal 204 14 117 0 133 50 60 506 123 34
Binary 10000100 1100 1001111 0 1011011 101000 110000 101000110 1010011 11100

Color Harmonies of #840C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C4F

Black with #840C4F

Text Example


Text Example

White with #840C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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