Html Css Color HEX #71184B Pompadour

📋 copy color: '#71184B'

red 113 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #71184B

Tints of Pompadour #71184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 53.3%
G = 11.32%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71184B (or 0x71184B) is known color: Pompadour. HEX triplet: 71, 18 and 4B. RGB value is (113,24,75). Sum of RGB (Red+Green+Blue) = 113+24+75=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71184B is #8EE7B4. Grayscale: #383838. Windows color (decimal): -9365429 or 4921457. OLE color: 4921457.

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

Color convert

RGB 113 24 75 -
CMYK 0 0.79 0.34 0.56
HSL 325.62º 0.65% 0.27% -
HSV(B) 325.62º 0.79% 0.44% -
XYZ 8.41 4.67 7.12 -
YUV 56.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 113 24 75 0 0.79 0.34 0.56 325.62 0.65 0.27
Hex 71 18 4B 0 4F 22 38 146 41 1B
Octal 161 30 113 0 117 42 70 506 101 33
Binary 1110001 11000 1001011 0 1001111 100010 111000 101000110 1000001 11011

Color Harmonies of #71184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71184B

Black with #71184B

Text Example


Text Example

White with #71184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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