Html Css Color HEX #71123B Pompadour

📋 copy color: '#71123B'

red 113 ◦ green 18 ◦ blue 59

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

Shades of Pompadour #71123B

Tints of Pompadour #71123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 59 (23.44% from 255) = 31.05%

R = 59.47%
G = 9.47%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71123B (or 0x71123B) is known color: Pompadour. HEX triplet: 71, 12 and 3B. RGB value is (113,18,59). Sum of RGB (Red+Green+Blue) = 113+18+59=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71123B is #8EEDC4. Grayscale: #333333. Windows color (decimal): -9366981 or 3871345. OLE color: 3871345.

HSL color Cylindrical-coordinate representation of color #71123B: hue angle of 334.11º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71123B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 59 -
CMYK 0 0.84 0.48 0.56
HSL 334.11º 0.73% 0.26% -
HSV(B) 334.11º 0.84% 0.44% -
XYZ 7.82 4.26 4.55 -
YUV 51.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 113 18 59 0 0.84 0.48 0.56 334.11 0.73 0.26
Hex 71 12 3B 0 54 30 38 14E 49 1A
Octal 161 22 73 0 124 60 70 516 111 32
Binary 1110001 10010 111011 0 1010100 110000 111000 101001110 1001001 11010

Color Harmonies of #71123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71123B

Black with #71123B

Text Example


Text Example

White with #71123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,18,59); }

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

background-color css

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

 a { background-color: rgb(113,18,59); }

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

border-color css

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

 span { border-color: rgb(113,18,59); }

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