Html Css Color HEX #71153A Pompadour

📋 copy color: '#71153A'

red 113 ◦ green 21 ◦ blue 58

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

Shades of Pompadour #71153A

Tints of Pompadour #71153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 58.85%
G = 10.94%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71153A (or 0x71153A) is known color: Pompadour. HEX triplet: 71, 15 and 3A. RGB value is (113,21,58). Sum of RGB (Red+Green+Blue) = 113+21+58=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71153A is #8EEAC5. Grayscale: #343434. Windows color (decimal): -9366214 or 3806577. OLE color: 3806577.

HSL color Cylindrical-coordinate representation of color #71153A: hue angle of 335.87º 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 #71153A is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 58 -
CMYK 0 0.81 0.49 0.56
HSL 335.87º 0.69% 0.26% -
HSV(B) 335.87º 0.81% 0.44% -
XYZ 7.84 4.35 4.43 -
YUV 52.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 113 21 58 0 0.81 0.49 0.56 335.87 0.69 0.26
Hex 71 15 3A 0 51 31 38 150 45 1A
Octal 161 25 72 0 121 61 70 520 105 32
Binary 1110001 10101 111010 0 1010001 110001 111000 101010000 1000101 11010

Color Harmonies of #71153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71153A

Black with #71153A

Text Example


Text Example

White with #71153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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