Html Css Color HEX #711840 Pompadour

📋 copy color: '#711840'

red 113 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #711840

Tints of Pompadour #711840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 56.22%
G = 11.94%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#711840 (or 0x711840) is known color: Pompadour. HEX triplet: 71, 18 and 40. RGB value is (113,24,64). Sum of RGB (Red+Green+Blue) = 113+24+64=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711840 is #8EE7BF. Grayscale: #373737. Windows color (decimal): -9365440 or 4200561. OLE color: 4200561.

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

Color convert

RGB 113 24 64 -
CMYK 0 0.79 0.43 0.56
HSL 333.03º 0.65% 0.27% -
HSV(B) 333.03º 0.79% 0.44% -
XYZ 8.06 4.53 5.3 -
YUV 55.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 113 24 64 0 0.79 0.43 0.56 333.03 0.65 0.27
Hex 71 18 40 0 4F 2B 38 14D 41 1B
Octal 161 30 100 0 117 53 70 515 101 33
Binary 1110001 11000 1000000 0 1001111 101011 111000 101001101 1000001 11011

Color Harmonies of #711840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711840

Black with #711840

Text Example


Text Example

White with #711840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711840; }

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

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

background-color css

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

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

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

border-color css

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

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

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