Html Css Color HEX #71153C Pompadour

📋 copy color: '#71153C'

red 113 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #71153C

Tints of Pompadour #71153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 58.25%
G = 10.82%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71153C (or 0x71153C) is known color: Pompadour. HEX triplet: 71, 15 and 3C. RGB value is (113,21,60). Sum of RGB (Red+Green+Blue) = 113+21+60=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71153C is #8EEAC3. Grayscale: #343434. Windows color (decimal): -9366212 or 3937649. OLE color: 3937649.

HSL color Cylindrical-coordinate representation of color #71153C: hue angle of 334.57º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71153C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 60 -
CMYK 0 0.81 0.47 0.56
HSL 334.57º 0.69% 0.26% -
HSV(B) 334.57º 0.81% 0.44% -
XYZ 7.89 4.37 4.7 -
YUV 52.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 113 21 60 0 0.81 0.47 0.56 334.57 0.69 0.26
Hex 71 15 3C 0 51 2F 38 14F 45 1A
Octal 161 25 74 0 121 57 70 517 105 32
Binary 1110001 10101 111100 0 1010001 101111 111000 101001111 1000101 11010

Color Harmonies of #71153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71153C

Black with #71153C

Text Example


Text Example

White with #71153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71153C; }

 p { color: rgb(113,21,60); }

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

background-color css

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

 a { background-color: rgb(113,21,60); }

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

border-color css

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

 span { border-color: rgb(113,21,60); }

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