Html Css Color HEX #712041 Pompadour

📋 copy color: '#712041'

red 113 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #712041

Tints of Pompadour #712041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 53.81%
G = 15.24%
B = 30.95%

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

#712041 (or 0x712041) is known color: Pompadour. HEX triplet: 71, 20 and 41. RGB value is (113,32,65). Sum of RGB (Red+Green+Blue) = 113+32+65=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #712041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712041 is #8EDFBE. Grayscale: #3B3B3B. Windows color (decimal): -9363391 or 4268145. OLE color: 4268145.

HSL color Cylindrical-coordinate representation of color #712041: hue angle of 335.56º 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 #712041 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 65 -
CMYK 0 0.72 0.42 0.56
HSL 335.56º 0.56% 0.28% -
HSV(B) 335.56º 0.72% 0.44% -
XYZ 8.28 4.93 5.52 -
YUV 59.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 113 32 65 0 0.72 0.42 0.56 335.56 0.56 0.28
Hex 71 20 41 0 48 2A 38 150 38 1C
Octal 161 40 101 0 110 52 70 520 70 34
Binary 1110001 100000 1000001 0 1001000 101010 111000 101010000 111000 11100

Color Harmonies of #712041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712041

Black with #712041

Text Example


Text Example

White with #712041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712041; }

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

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

background-color css

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

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

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

border-color css

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

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

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