Html Css Color HEX #711842 Pompadour

📋 copy color: '#711842'

red 113 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #711842

Tints of Pompadour #711842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 55.67%
G = 11.82%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711842 (or 0x711842) is known color: Pompadour. HEX triplet: 71, 18 and 42. RGB value is (113,24,66). Sum of RGB (Red+Green+Blue) = 113+24+66=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #711842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711842 is #8EE7BD. Grayscale: #373737. Windows color (decimal): -9365438 or 4331633. OLE color: 4331633.

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

Color convert

RGB 113 24 66 -
CMYK 0 0.79 0.42 0.56
HSL 331.69º 0.65% 0.27% -
HSV(B) 331.69º 0.79% 0.44% -
XYZ 8.12 4.56 5.61 -
YUV 55.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 113 24 66 0 0.79 0.42 0.56 331.69 0.65 0.27
Hex 71 18 42 0 4F 2A 38 14C 41 1B
Octal 161 30 102 0 117 52 70 514 101 33
Binary 1110001 11000 1000010 0 1001111 101010 111000 101001100 1000001 11011

Color Harmonies of #711842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711842

Black with #711842

Text Example


Text Example

White with #711842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711842; }

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

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

background-color css

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

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

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

border-color css

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

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

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