Html Css Color HEX #71204B Pompadour

📋 copy color: '#71204B'

red 113 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #71204B

Tints of Pompadour #71204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 51.36%
G = 14.55%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71204B (or 0x71204B) is known color: Pompadour. HEX triplet: 71, 20 and 4B. RGB value is (113,32,75). Sum of RGB (Red+Green+Blue) = 113+32+75=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71204B is #8EDFB4. Grayscale: #3D3D3D. Windows color (decimal): -9363381 or 4923505. OLE color: 4923505.

HSL color Cylindrical-coordinate representation of color #71204B: hue angle of 328.15º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71204B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 75 -
CMYK 0 0.72 0.34 0.56
HSL 328.15º 0.56% 0.28% -
HSV(B) 328.15º 0.72% 0.44% -
XYZ 8.6 5.05 7.18 -
YUV 61.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 113 32 75 0 0.72 0.34 0.56 328.15 0.56 0.28
Hex 71 20 4B 0 48 22 38 148 38 1C
Octal 161 40 113 0 110 42 70 510 70 34
Binary 1110001 100000 1001011 0 1001000 100010 111000 101001000 111000 11100

Color Harmonies of #71204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71204B

Black with #71204B

Text Example


Text Example

White with #71204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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