Html Css Color HEX #711B45 Pompadour

📋 copy color: '#711B45'

red 113 ◦ green 27 ◦ blue 69

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

Shades of Pompadour #711B45

Tints of Pompadour #711B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

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

R = 54.07%
G = 12.92%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#711B45 (or 0x711B45) is known color: Pompadour. HEX triplet: 71, 1B and 45. RGB value is (113,27,69). Sum of RGB (Red+Green+Blue) = 113+27+69=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #711B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B45 is #8EE4BA. Grayscale: #393939. Windows color (decimal): -9364667 or 4529009. OLE color: 4529009.

HSL color Cylindrical-coordinate representation of color #711B45: hue angle of 330.7º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B45 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 69 -
CMYK 0 0.76 0.39 0.56
HSL 330.7º 0.61% 0.27% -
HSV(B) 330.7º 0.76% 0.44% -
XYZ 8.28 4.72 6.11 -
YUV 57.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 113 27 69 0 0.76 0.39 0.56 330.7 0.61 0.27
Hex 71 1B 45 0 4C 27 38 14B 3D 1B
Octal 161 33 105 0 114 47 70 513 75 33
Binary 1110001 11011 1000101 0 1001100 100111 111000 101001011 111101 11011

Color Harmonies of #711B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B45

Black with #711B45

Text Example


Text Example

White with #711B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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