Html Css Color HEX #712444 Pompadour

📋 copy color: '#712444'

red 113 ◦ green 36 ◦ blue 68

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

Shades of Pompadour #712444

Tints of Pompadour #712444

RGB

 RED value IS 113 (44.53% from 255) = 52.07%

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 52.07%
G = 16.59%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#712444 (or 0x712444) is known color: Pompadour. HEX triplet: 71, 24 and 44. RGB value is (113,36,68). Sum of RGB (Red+Green+Blue) = 113+36+68=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712444 is #8EDBBB. Grayscale: #3E3E3E. Windows color (decimal): -9362364 or 4465777. OLE color: 4465777.

HSL color Cylindrical-coordinate representation of color #712444: hue angle of 335.06º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712444 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 68 -
CMYK 0 0.68 0.40 0.56
HSL 335.06º 0.52% 0.29% -
HSV(B) 335.06º 0.68% 0.44% -
XYZ 8.48 5.19 6.02 -
YUV 62.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 113 36 68 0 0.68 0.40 0.56 335.06 0.52 0.29
Hex 71 24 44 0 44 28 38 14F 34 1D
Octal 161 44 104 0 104 50 70 517 64 35
Binary 1110001 100100 1000100 0 1000100 101000 111000 101001111 110100 11101

Color Harmonies of #712444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712444

Black with #712444

Text Example


Text Example

White with #712444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712444; }

 p { color: rgb(113,36,68); }

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

background-color css

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

 a { background-color: rgb(113,36,68); }

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

border-color css

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

 span { border-color: rgb(113,36,68); }

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