Html Css Color HEX #712042 Pompadour

📋 copy color: '#712042'

red 113 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #712042

Tints of Pompadour #712042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 53.55%
G = 15.17%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712042 (or 0x712042) is known color: Pompadour. HEX triplet: 71, 20 and 42. RGB value is (113,32,66). Sum of RGB (Red+Green+Blue) = 113+32+66=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #712042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712042 is #8EDFBD. Grayscale: #3C3C3C. Windows color (decimal): -9363390 or 4333681. OLE color: 4333681.

HSL color Cylindrical-coordinate representation of color #712042: hue angle of 334.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712042 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 66 -
CMYK 0 0.72 0.42 0.56
HSL 334.81º 0.56% 0.28% -
HSV(B) 334.81º 0.72% 0.44% -
XYZ 8.31 4.94 5.67 -
YUV 60.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 113 32 66 0 0.72 0.42 0.56 334.81 0.56 0.28
Hex 71 20 42 0 48 2A 38 14F 38 1C
Octal 161 40 102 0 110 52 70 517 70 34
Binary 1110001 100000 1000010 0 1001000 101010 111000 101001111 111000 11100

Color Harmonies of #712042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712042

Black with #712042

Text Example


Text Example

White with #712042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712042; }

 p { color: rgb(113,32,66); }

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

background-color css

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

 a { background-color: rgb(113,32,66); }

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

border-color css

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

 span { border-color: rgb(113,32,66); }

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