Html Css Color HEX #711945 Pompadour

📋 copy color: '#711945'

red 113 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #711945

Tints of Pompadour #711945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 54.59%
G = 12.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#711945 (or 0x711945) is known color: Pompadour. HEX triplet: 71, 19 and 45. RGB value is (113,25,69). Sum of RGB (Red+Green+Blue) = 113+25+69=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #711945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711945 is #8EE6BA. Grayscale: #383838. Windows color (decimal): -9365179 or 4528497. OLE color: 4528497.

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

Color convert

RGB 113 25 69 -
CMYK 0 0.78 0.39 0.56
HSL 330º 0.64% 0.27% -
HSV(B) 330º 0.78% 0.44% -
XYZ 8.23 4.64 6.09 -
YUV 56.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 113 25 69 0 0.78 0.39 0.56 330 0.64 0.27
Hex 71 19 45 0 4E 27 38 14A 40 1B
Octal 161 31 105 0 116 47 70 512 100 33
Binary 1110001 11001 1000101 0 1001110 100111 111000 101001010 1000000 11011

Color Harmonies of #711945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711945

Black with #711945

Text Example


Text Example

White with #711945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711945; }

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

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

background-color css

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

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

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

border-color css

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

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

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