Html Css Color HEX #711C40 Pompadour

📋 copy color: '#711C40'

red 113 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #711C40

Tints of Pompadour #711C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 55.12%
G = 13.66%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#711C40 (or 0x711C40) is known color: Pompadour. HEX triplet: 71, 1C and 40. RGB value is (113,28,64). Sum of RGB (Red+Green+Blue) = 113+28+64=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #711C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C40 is #8EE3BF. Grayscale: #393939. Windows color (decimal): -9364416 or 4201585. OLE color: 4201585.

HSL color Cylindrical-coordinate representation of color #711C40: hue angle of 334.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C40 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 64 -
CMYK 0 0.75 0.43 0.56
HSL 334.59º 0.6% 0.28% -
HSV(B) 334.59º 0.75% 0.44% -
XYZ 8.15 4.71 5.33 -
YUV 57.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 113 28 64 0 0.75 0.43 0.56 334.59 0.6 0.28
Hex 71 1C 40 0 4B 2B 38 14F 3C 1C
Octal 161 34 100 0 113 53 70 517 74 34
Binary 1110001 11100 1000000 0 1001011 101011 111000 101001111 111100 11100

Color Harmonies of #711C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C40

Black with #711C40

Text Example


Text Example

White with #711C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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