Html Css Color HEX #712441 Pompadour

📋 copy color: '#712441'

red 113 ◦ green 36 ◦ blue 65

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

Shades of Pompadour #712441

Tints of Pompadour #712441

RGB

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

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

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

R = 52.8%
G = 16.82%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712441 (or 0x712441) is known color: Pompadour. HEX triplet: 71, 24 and 41. RGB value is (113,36,65). Sum of RGB (Red+Green+Blue) = 113+36+65=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #712441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712441 is #8EDBBE. Grayscale: #3E3E3E. Windows color (decimal): -9362367 or 4269169. OLE color: 4269169.

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

Color convert

RGB 113 36 65 -
CMYK 0 0.68 0.42 0.56
HSL 337.4º 0.52% 0.29% -
HSV(B) 337.4º 0.68% 0.44% -
XYZ 8.4 5.15 5.55 -
YUV 62.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 113 36 65 0 0.68 0.42 0.56 337.4 0.52 0.29
Hex 71 24 41 0 44 2A 38 151 34 1D
Octal 161 44 101 0 104 52 70 521 64 35
Binary 1110001 100100 1000001 0 1000100 101010 111000 101010001 110100 11101

Color Harmonies of #712441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712441

Black with #712441

Text Example


Text Example

White with #712441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712441; }

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

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

background-color css

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

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

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

border-color css

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

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

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