Html Css Color HEX #711038 Pompadour

📋 copy color: '#711038'

red 113 ◦ green 16 ◦ blue 56

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

Shades of Pompadour #711038

Tints of Pompadour #711038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 61.08%
G = 8.65%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#711038 (or 0x711038) is known color: Pompadour. HEX triplet: 71, 10 and 38. RGB value is (113,16,56). Sum of RGB (Red+Green+Blue) = 113+16+56=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #711038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711038 is #8EEFC7. Grayscale: #313131. Windows color (decimal): -9367496 or 3674225. OLE color: 3674225.

HSL color Cylindrical-coordinate representation of color #711038: hue angle of 335.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711038 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 56 -
CMYK 0 0.86 0.50 0.56
HSL 335.26º 0.75% 0.25% -
HSV(B) 335.26º 0.86% 0.44% -
XYZ 7.71 4.17 4.14 -
YUV 49.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 113 16 56 0 0.86 0.50 0.56 335.26 0.75 0.25
Hex 71 10 38 0 56 32 38 14F 4B 19
Octal 161 20 70 0 126 62 70 517 113 31
Binary 1110001 10000 111000 0 1010110 110010 111000 101001111 1001011 11001

Color Harmonies of #711038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711038

Black with #711038

Text Example


Text Example

White with #711038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711038; }

 p { color: rgb(113,16,56); }

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

background-color css

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

 a { background-color: rgb(113,16,56); }

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

border-color css

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

 span { border-color: rgb(113,16,56); }

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