Html Css Color HEX #71184C Pompadour

📋 copy color: '#71184C'

red 113 ◦ green 24 ◦ blue 76

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

Shades of Pompadour #71184C

Tints of Pompadour #71184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 53.05%
G = 11.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71184C (or 0x71184C) is known color: Pompadour. HEX triplet: 71, 18 and 4C. RGB value is (113,24,76). Sum of RGB (Red+Green+Blue) = 113+24+76=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71184C is #8EE7B3. Grayscale: #383838. Windows color (decimal): -9365428 or 4986993. OLE color: 4986993.

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

Color convert

RGB 113 24 76 -
CMYK 0 0.79 0.33 0.56
HSL 324.94º 0.65% 0.27% -
HSV(B) 324.94º 0.79% 0.44% -
XYZ 8.44 4.69 7.3 -
YUV 56.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 113 24 76 0 0.79 0.33 0.56 324.94 0.65 0.27
Hex 71 18 4C 0 4F 21 38 145 41 1B
Octal 161 30 114 0 117 41 70 505 101 33
Binary 1110001 11000 1001100 0 1001111 100001 111000 101000101 1000001 11011

Color Harmonies of #71184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71184C

Black with #71184C

Text Example


Text Example

White with #71184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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