Html Css Color HEX #71184A Pompadour

📋 copy color: '#71184A'

red 113 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #71184A

Tints of Pompadour #71184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 53.55%
G = 11.37%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71184A (or 0x71184A) is known color: Pompadour. HEX triplet: 71, 18 and 4A. RGB value is (113,24,74). Sum of RGB (Red+Green+Blue) = 113+24+74=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71184A is #8EE7B5. Grayscale: #383838. Windows color (decimal): -9365430 or 4855921. OLE color: 4855921.

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

Color convert

RGB 113 24 74 -
CMYK 0 0.79 0.35 0.56
HSL 326.29º 0.65% 0.27% -
HSV(B) 326.29º 0.79% 0.44% -
XYZ 8.37 4.66 6.94 -
YUV 56.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 113 24 74 0 0.79 0.35 0.56 326.29 0.65 0.27
Hex 71 18 4A 0 4F 23 38 146 41 1B
Octal 161 30 112 0 117 43 70 506 101 33
Binary 1110001 11000 1001010 0 1001111 100011 111000 101000110 1000001 11011

Color Harmonies of #71184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71184A

Black with #71184A

Text Example


Text Example

White with #71184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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