Html Css Color HEX #71184D Pompadour

📋 copy color: '#71184D'

red 113 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #71184D

Tints of Pompadour #71184D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 52.8%
G = 11.21%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71184D (or 0x71184D) is known color: Pompadour. HEX triplet: 71, 18 and 4D. RGB value is (113,24,77). Sum of RGB (Red+Green+Blue) = 113+24+77=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71184D is #8EE7B2. Grayscale: #383838. Windows color (decimal): -9365427 or 5052529. OLE color: 5052529.

HSL color Cylindrical-coordinate representation of color #71184D: hue angle of 324.27º 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 #71184D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 77 -
CMYK 0 0.79 0.32 0.56
HSL 324.27º 0.65% 0.27% -
HSV(B) 324.27º 0.79% 0.44% -
XYZ 8.48 4.7 7.48 -
YUV 56.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 113 24 77 0 0.79 0.32 0.56 324.27 0.65 0.27
Hex 71 18 4D 0 4F 20 38 144 41 1B
Octal 161 30 115 0 117 40 70 504 101 33
Binary 1110001 11000 1001101 0 1001111 100000 111000 101000100 1000001 11011

Color Harmonies of #71184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71184D

Black with #71184D

Text Example


Text Example

White with #71184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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