Html Css Color HEX #84123E Pompadour

📋 copy color: '#84123E'

red 132 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #84123E

Tints of Pompadour #84123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 62 (24.61% from 255) = 29.25%

R = 62.26%
G = 8.49%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#84123E (or 0x84123E) is known color: Pompadour. HEX triplet: 84, 12 and 3E. RGB value is (132,18,62). Sum of RGB (Red+Green+Blue) = 132+18+62=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123E is #7BEDC1. Grayscale: #393939. Windows color (decimal): -8121794 or 4067972. OLE color: 4067972.

HSL color Cylindrical-coordinate representation of color #84123E: hue angle of 336.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84123E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 62 -
CMYK 0 0.86 0.53 0.48
HSL 336.84º 0.76% 0.29% -
HSV(B) 336.84º 0.86% 0.52% -
XYZ 10.6 5.69 5.1 -
YUV 57.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 132 18 62 0 0.86 0.53 0.48 336.84 0.76 0.29
Hex 84 12 3E 0 56 35 30 151 4C 1D
Octal 204 22 76 0 126 65 60 521 114 35
Binary 10000100 10010 111110 0 1010110 110101 110000 101010001 1001100 11101

Color Harmonies of #84123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84123E

Black with #84123E

Text Example


Text Example

White with #84123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84123E; }

 p { color: rgb(132,18,62); }

 H1.HeaderClassName
 {
   color: #84123E;
 }
 .AnyTagClassName
 {
   color: #84123E;
 }
</style>

background-color css

<style>
 a { background-color: #84123E; }

 a { background-color: rgb(132,18,62); }

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

border-color css

<style>
 span { border-color: #84123E; }

 span { border-color: rgb(132,18,62); }

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