Html Css Color HEX #711642 Pompadour

📋 copy color: '#711642'

red 113 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #711642

Tints of Pompadour #711642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

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

R = 56.22%
G = 10.95%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711642 (or 0x711642) is known color: Pompadour. HEX triplet: 71, 16 and 42. RGB value is (113,22,66). Sum of RGB (Red+Green+Blue) = 113+22+66=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711642 is #8EE9BD. Grayscale: #363636. Windows color (decimal): -9365950 or 4331121. OLE color: 4331121.

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

Color convert

RGB 113 22 66 -
CMYK 0 0.81 0.42 0.56
HSL 330.99º 0.67% 0.26% -
HSV(B) 330.99º 0.81% 0.44% -
XYZ 8.08 4.48 5.59 -
YUV 54.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 113 22 66 0 0.81 0.42 0.56 330.99 0.67 0.26
Hex 71 16 42 0 51 2A 38 14B 43 1A
Octal 161 26 102 0 121 52 70 513 103 32
Binary 1110001 10110 1000010 0 1010001 101010 111000 101001011 1000011 11010

Color Harmonies of #711642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711642

Black with #711642

Text Example


Text Example

White with #711642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711642; }

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

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

background-color css

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

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

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

border-color css

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

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

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