Html Css Color HEX #711245 Pompadour

📋 copy color: '#711245'

red 113 ◦ green 18 ◦ blue 69

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

Shades of Pompadour #711245

Tints of Pompadour #711245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 56.5%
G = 9%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#711245 (or 0x711245) is known color: Pompadour. HEX triplet: 71, 12 and 45. RGB value is (113,18,69). Sum of RGB (Red+Green+Blue) = 113+18+69=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #711245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711245 is #8EEDBA. Grayscale: #343434. Windows color (decimal): -9366971 or 4526705. OLE color: 4526705.

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

Color convert

RGB 113 18 69 -
CMYK 0 0.84 0.39 0.56
HSL 327.79º 0.73% 0.26% -
HSV(B) 327.79º 0.84% 0.44% -
XYZ 8.1 4.37 6.05 -
YUV 52.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 113 18 69 0 0.84 0.39 0.56 327.79 0.73 0.26
Hex 71 12 45 0 54 27 38 148 49 1A
Octal 161 22 105 0 124 47 70 510 111 32
Binary 1110001 10010 1000101 0 1010100 100111 111000 101001000 1001001 11010

Color Harmonies of #711245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711245

Black with #711245

Text Example


Text Example

White with #711245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711245; }

 p { color: rgb(113,18,69); }

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

background-color css

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

 a { background-color: rgb(113,18,69); }

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

border-color css

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

 span { border-color: rgb(113,18,69); }

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