Html Css Color HEX #711745 Pompadour

📋 copy color: '#711745'

red 113 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #711745

Tints of Pompadour #711745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 55.12%
G = 11.22%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#711745 (or 0x711745) is known color: Pompadour. HEX triplet: 71, 17 and 45. RGB value is (113,23,69). Sum of RGB (Red+Green+Blue) = 113+23+69=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #711745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711745 is #8EE8BA. Grayscale: #373737. Windows color (decimal): -9365691 or 4527985. OLE color: 4527985.

HSL color Cylindrical-coordinate representation of color #711745: hue angle of 329.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711745 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 69 -
CMYK 0 0.80 0.39 0.56
HSL 329.33º 0.66% 0.27% -
HSV(B) 329.33º 0.8% 0.44% -
XYZ 8.19 4.55 6.08 -
YUV 55.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 113 23 69 0 0.80 0.39 0.56 329.33 0.66 0.27
Hex 71 17 45 0 50 27 38 149 42 1B
Octal 161 27 105 0 120 47 70 511 102 33
Binary 1110001 10111 1000101 0 1010000 100111 111000 101001001 1000010 11011

Color Harmonies of #711745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711745

Black with #711745

Text Example


Text Example

White with #711745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711745; }

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

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

background-color css

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

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

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

border-color css

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

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

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