Html Css Color HEX #712445 Pompadour

📋 copy color: '#712445'

red 113 ◦ green 36 ◦ blue 69

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

Shades of Pompadour #712445

Tints of Pompadour #712445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 51.83%
G = 16.51%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#712445 (or 0x712445) is known color: Pompadour. HEX triplet: 71, 24 and 45. RGB value is (113,36,69). Sum of RGB (Red+Green+Blue) = 113+36+69=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712445 is #8EDBBA. Grayscale: #3E3E3E. Windows color (decimal): -9362363 or 4531313. OLE color: 4531313.

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

Color convert

RGB 113 36 69 -
CMYK 0 0.68 0.39 0.56
HSL 334.29º 0.52% 0.29% -
HSV(B) 334.29º 0.68% 0.44% -
XYZ 8.52 5.2 6.19 -
YUV 62.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 113 36 69 0 0.68 0.39 0.56 334.29 0.52 0.29
Hex 71 24 45 0 44 27 38 14E 34 1D
Octal 161 44 105 0 104 47 70 516 64 35
Binary 1110001 100100 1000101 0 1000100 100111 111000 101001110 110100 11101

Color Harmonies of #712445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712445

Black with #712445

Text Example


Text Example

White with #712445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712445; }

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

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

background-color css

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

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

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

border-color css

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

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

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