Html Css Color HEX #711A4B Pompadour

📋 copy color: '#711A4B'

red 113 ◦ green 26 ◦ blue 75

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

Shades of Pompadour #711A4B

Tints of Pompadour #711A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 52.8%
G = 12.15%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#711A4B (or 0x711A4B) is known color: Pompadour. HEX triplet: 71, 1A and 4B. RGB value is (113,26,75). Sum of RGB (Red+Green+Blue) = 113+26+75=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #711A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A4B is #8EE5B4. Grayscale: #393939. Windows color (decimal): -9364917 or 4921969. OLE color: 4921969.

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

Color convert

RGB 113 26 75 -
CMYK 0 0.77 0.34 0.56
HSL 326.21º 0.63% 0.27% -
HSV(B) 326.21º 0.77% 0.44% -
XYZ 8.45 4.76 7.13 -
YUV 57.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 113 26 75 0 0.77 0.34 0.56 326.21 0.63 0.27
Hex 71 1A 4B 0 4D 22 38 146 3F 1B
Octal 161 32 113 0 115 42 70 506 77 33
Binary 1110001 11010 1001011 0 1001101 100010 111000 101000110 111111 11011

Color Harmonies of #711A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A4B

Black with #711A4B

Text Example


Text Example

White with #711A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,75); }

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

background-color css

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

 a { background-color: rgb(113,26,75); }

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

border-color css

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

 span { border-color: rgb(113,26,75); }

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