Html Css Color HEX #711342 Pompadour

📋 copy color: '#711342'

red 113 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #711342

Tints of Pompadour #711342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 57.07%
G = 9.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711342 (or 0x711342) is known color: Pompadour. HEX triplet: 71, 13 and 42. RGB value is (113,19,66). Sum of RGB (Red+Green+Blue) = 113+19+66=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #711342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711342 is #8EECBD. Grayscale: #343434. Windows color (decimal): -9366718 or 4330353. OLE color: 4330353.

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

Color convert

RGB 113 19 66 -
CMYK 0 0.83 0.42 0.56
HSL 330º 0.71% 0.26% -
HSV(B) 330º 0.83% 0.44% -
XYZ 8.03 4.37 5.57 -
YUV 52.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 113 19 66 0 0.83 0.42 0.56 330 0.71 0.26
Hex 71 13 42 0 53 2A 38 14A 47 1A
Octal 161 23 102 0 123 52 70 512 107 32
Binary 1110001 10011 1000010 0 1010011 101010 111000 101001010 1000111 11010

Color Harmonies of #711342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711342

Black with #711342

Text Example


Text Example

White with #711342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711342; }

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

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

background-color css

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

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

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

border-color css

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

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

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