Html Css Color HEX #71123F Pompadour

📋 copy color: '#71123F'

red 113 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #71123F

Tints of Pompadour #71123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.47%

R = 58.25%
G = 9.28%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71123F (or 0x71123F) is known color: Pompadour. HEX triplet: 71, 12 and 3F. RGB value is (113,18,63). Sum of RGB (Red+Green+Blue) = 113+18+63=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71123F is #8EEDC0. Grayscale: #333333. Windows color (decimal): -9366977 or 4133489. OLE color: 4133489.

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

Color convert

RGB 113 18 63 -
CMYK 0 0.84 0.44 0.56
HSL 331.58º 0.73% 0.26% -
HSV(B) 331.58º 0.84% 0.44% -
XYZ 7.92 4.3 5.12 -
YUV 51.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 113 18 63 0 0.84 0.44 0.56 331.58 0.73 0.26
Hex 71 12 3F 0 54 2C 38 14C 49 1A
Octal 161 22 77 0 124 54 70 514 111 32
Binary 1110001 10010 111111 0 1010100 101100 111000 101001100 1001001 11010

Color Harmonies of #71123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71123F

Black with #71123F

Text Example


Text Example

White with #71123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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