Html Css Color HEX #71134C Pompadour

📋 copy color: '#71134C'

red 113 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #71134C

Tints of Pompadour #71134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 54.33%
G = 9.13%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71134C (or 0x71134C) is known color: Pompadour. HEX triplet: 71, 13 and 4C. RGB value is (113,19,76). Sum of RGB (Red+Green+Blue) = 113+19+76=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71134C is #8EECB3. Grayscale: #353535. Windows color (decimal): -9366708 or 4985713. OLE color: 4985713.

HSL color Cylindrical-coordinate representation of color #71134C: hue angle of 323.62º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71134C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 76 -
CMYK 0 0.83 0.33 0.56
HSL 323.62º 0.71% 0.26% -
HSV(B) 323.62º 0.83% 0.44% -
XYZ 8.35 4.5 7.27 -
YUV 53.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 113 19 76 0 0.83 0.33 0.56 323.62 0.71 0.26
Hex 71 13 4C 0 53 21 38 144 47 1A
Octal 161 23 114 0 123 41 70 504 107 32
Binary 1110001 10011 1001100 0 1010011 100001 111000 101000100 1000111 11010

Color Harmonies of #71134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71134C

Black with #71134C

Text Example


Text Example

White with #71134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71134C; }

 p { color: rgb(113,19,76); }

 H1.HeaderClassName
 {
   color: #71134C;
 }
 .AnyTagClassName
 {
   color: #71134C;
 }
</style>

background-color css

<style>
 a { background-color: #71134C; }

 a { background-color: rgb(113,19,76); }

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

border-color css

<style>
 span { border-color: #71134C; }

 span { border-color: rgb(113,19,76); }

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