Html Css Color HEX #71123D Pompadour

📋 copy color: '#71123D'

red 113 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #71123D

Tints of Pompadour #71123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 58.85%
G = 9.38%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71123D (or 0x71123D) is known color: Pompadour. HEX triplet: 71, 12 and 3D. RGB value is (113,18,61). Sum of RGB (Red+Green+Blue) = 113+18+61=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71123D is #8EEDC2. Grayscale: #333333. Windows color (decimal): -9366979 or 4002417. OLE color: 4002417.

HSL color Cylindrical-coordinate representation of color #71123D: hue angle of 332.84º 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 #71123D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 61 -
CMYK 0 0.84 0.46 0.56
HSL 332.84º 0.73% 0.26% -
HSV(B) 332.84º 0.84% 0.44% -
XYZ 7.87 4.28 4.83 -
YUV 51.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 113 18 61 0 0.84 0.46 0.56 332.84 0.73 0.26
Hex 71 12 3D 0 54 2E 38 14D 49 1A
Octal 161 22 75 0 124 56 70 515 111 32
Binary 1110001 10010 111101 0 1010100 101110 111000 101001101 1001001 11010

Color Harmonies of #71123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71123D

Black with #71123D

Text Example


Text Example

White with #71123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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