Html Css Color HEX #711345 Pompadour

📋 copy color: '#711345'

red 113 ◦ green 19 ◦ blue 69

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

Shades of Pompadour #711345

Tints of Pompadour #711345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 56.22%
G = 9.45%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#711345 (or 0x711345) is known color: Pompadour. HEX triplet: 71, 13 and 45. RGB value is (113,19,69). Sum of RGB (Red+Green+Blue) = 113+19+69=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711345 is #8EECBA. Grayscale: #343434. Windows color (decimal): -9366715 or 4526961. OLE color: 4526961.

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

Color convert

RGB 113 19 69 -
CMYK 0 0.83 0.39 0.56
HSL 328.09º 0.71% 0.26% -
HSV(B) 328.09º 0.83% 0.44% -
XYZ 8.12 4.41 6.05 -
YUV 52.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 113 19 69 0 0.83 0.39 0.56 328.09 0.71 0.26
Hex 71 13 45 0 53 27 38 148 47 1A
Octal 161 23 105 0 123 47 70 510 107 32
Binary 1110001 10011 1000101 0 1010011 100111 111000 101001000 1000111 11010

Color Harmonies of #711345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711345

Black with #711345

Text Example


Text Example

White with #711345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711345; }

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

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

background-color css

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

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

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

border-color css

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

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

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