Html Css Color HEX #711C41 Pompadour

📋 copy color: '#711C41'

red 113 ◦ green 28 ◦ blue 65

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

Shades of Pompadour #711C41

Tints of Pompadour #711C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 54.85%
G = 13.59%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711C41 (or 0x711C41) is known color: Pompadour. HEX triplet: 71, 1C and 41. RGB value is (113,28,65). Sum of RGB (Red+Green+Blue) = 113+28+65=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C41 is #8EE3BE. Grayscale: #393939. Windows color (decimal): -9364415 or 4267121. OLE color: 4267121.

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

Color convert

RGB 113 28 65 -
CMYK 0 0.75 0.42 0.56
HSL 333.88º 0.6% 0.28% -
HSV(B) 333.88º 0.75% 0.44% -
XYZ 8.18 4.72 5.48 -
YUV 57.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 113 28 65 0 0.75 0.42 0.56 333.88 0.6 0.28
Hex 71 1C 41 0 4B 2A 38 14E 3C 1C
Octal 161 34 101 0 113 52 70 516 74 34
Binary 1110001 11100 1000001 0 1001011 101010 111000 101001110 111100 11100

Color Harmonies of #711C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C41

Black with #711C41

Text Example


Text Example

White with #711C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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