Html Css Color HEX #71123A Pompadour

📋 copy color: '#71123A'

red 113 ◦ green 18 ◦ blue 58

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

Shades of Pompadour #71123A

Tints of Pompadour #71123A

RGB

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

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

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

R = 59.79%
G = 9.52%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71123A (or 0x71123A) is known color: Pompadour. HEX triplet: 71, 12 and 3A. RGB value is (113,18,58). Sum of RGB (Red+Green+Blue) = 113+18+58=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71123A is #8EEDC5. Grayscale: #323232. Windows color (decimal): -9366982 or 3805809. OLE color: 3805809.

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

Color convert

RGB 113 18 58 -
CMYK 0 0.84 0.49 0.56
HSL 334.74º 0.73% 0.26% -
HSV(B) 334.74º 0.84% 0.44% -
XYZ 7.79 4.25 4.41 -
YUV 50.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 113 18 58 0 0.84 0.49 0.56 334.74 0.73 0.26
Hex 71 12 3A 0 54 31 38 14F 49 1A
Octal 161 22 72 0 124 61 70 517 111 32
Binary 1110001 10010 111010 0 1010100 110001 111000 101001111 1001001 11010

Color Harmonies of #71123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71123A

Black with #71123A

Text Example


Text Example

White with #71123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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