Html Css Color HEX #71123E Pompadour

📋 copy color: '#71123E'

red 113 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #71123E

Tints of Pompadour #71123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 58.55%
G = 9.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71123E (or 0x71123E) is known color: Pompadour. HEX triplet: 71, 12 and 3E. RGB value is (113,18,62). Sum of RGB (Red+Green+Blue) = 113+18+62=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71123E is #8EEDC1. Grayscale: #333333. Windows color (decimal): -9366978 or 4067953. OLE color: 4067953.

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

Color convert

RGB 113 18 62 -
CMYK 0 0.84 0.45 0.56
HSL 332.21º 0.73% 0.26% -
HSV(B) 332.21º 0.84% 0.44% -
XYZ 7.9 4.29 4.97 -
YUV 51.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 113 18 62 0 0.84 0.45 0.56 332.21 0.73 0.26
Hex 71 12 3E 0 54 2D 38 14C 49 1A
Octal 161 22 76 0 124 55 70 514 111 32
Binary 1110001 10010 111110 0 1010100 101101 111000 101001100 1001001 11010

Color Harmonies of #71123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71123E

Black with #71123E

Text Example


Text Example

White with #71123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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