Html Css Color HEX #84113F Pompadour

📋 copy color: '#84113F'

red 132 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #84113F

Tints of Pompadour #84113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

 BLUE value IS 63 (25% from 255) = 29.72%

R = 62.26%
G = 8.02%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84113F (or 0x84113F) is known color: Pompadour. HEX triplet: 84, 11 and 3F. RGB value is (132,17,63). Sum of RGB (Red+Green+Blue) = 132+17+63=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84113F is #7BEEC0. Grayscale: #383838. Windows color (decimal): -8122049 or 4133252. OLE color: 4133252.

HSL color Cylindrical-coordinate representation of color #84113F: hue angle of 336º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84113F is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 63 -
CMYK 0 0.87 0.52 0.48
HSL 336º 0.77% 0.29% -
HSV(B) 336º 0.87% 0.52% -
XYZ 10.61 5.67 5.24 -
YUV 56.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 132 17 63 0 0.87 0.52 0.48 336 0.77 0.29
Hex 84 11 3F 0 57 34 30 150 4D 1D
Octal 204 21 77 0 127 64 60 520 115 35
Binary 10000100 10001 111111 0 1010111 110100 110000 101010000 1001101 11101

Color Harmonies of #84113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84113F

Black with #84113F

Text Example


Text Example

White with #84113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84113F; }

 p { color: rgb(132,17,63); }

 H1.HeaderClassName
 {
   color: #84113F;
 }
 .AnyTagClassName
 {
   color: #84113F;
 }
</style>

background-color css

<style>
 a { background-color: #84113F; }

 a { background-color: rgb(132,17,63); }

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

border-color css

<style>
 span { border-color: #84113F; }

 span { border-color: rgb(132,17,63); }

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