Html Css Color HEX #712244 Pompadour

📋 copy color: '#712244'

red 113 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #712244

Tints of Pompadour #712244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 52.56%
G = 15.81%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#712244 (or 0x712244) is known color: Pompadour. HEX triplet: 71, 22 and 44. RGB value is (113,34,68). Sum of RGB (Red+Green+Blue) = 113+34+68=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712244 is #8EDDBB. Grayscale: #3D3D3D. Windows color (decimal): -9362876 or 4465265. OLE color: 4465265.

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

Color convert

RGB 113 34 68 -
CMYK 0 0.70 0.40 0.56
HSL 334.18º 0.54% 0.29% -
HSV(B) 334.18º 0.7% 0.44% -
XYZ 8.43 5.07 6 -
YUV 61.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 113 34 68 0 0.70 0.40 0.56 334.18 0.54 0.29
Hex 71 22 44 0 46 28 38 14E 36 1D
Octal 161 42 104 0 106 50 70 516 66 35
Binary 1110001 100010 1000100 0 1000110 101000 111000 101001110 110110 11101

Color Harmonies of #712244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712244

Black with #712244

Text Example


Text Example

White with #712244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712244; }

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

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

background-color css

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

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

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

border-color css

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

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

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