Html Css Color HEX #71194B Pompadour

📋 copy color: '#71194B'

red 113 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #71194B

Tints of Pompadour #71194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 53.05%
G = 11.74%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71194B (or 0x71194B) is known color: Pompadour. HEX triplet: 71, 19 and 4B. RGB value is (113,25,75). Sum of RGB (Red+Green+Blue) = 113+25+75=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71194B is #8EE6B4. Grayscale: #383838. Windows color (decimal): -9365173 or 4921713. OLE color: 4921713.

HSL color Cylindrical-coordinate representation of color #71194B: hue angle of 325.91º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71194B is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 75 -
CMYK 0 0.78 0.34 0.56
HSL 325.91º 0.64% 0.27% -
HSV(B) 325.91º 0.78% 0.44% -
XYZ 8.43 4.71 7.12 -
YUV 57.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 113 25 75 0 0.78 0.34 0.56 325.91 0.64 0.27
Hex 71 19 4B 0 4E 22 38 146 40 1B
Octal 161 31 113 0 116 42 70 506 100 33
Binary 1110001 11001 1001011 0 1001110 100010 111000 101000110 1000000 11011

Color Harmonies of #71194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71194B

Black with #71194B

Text Example


Text Example

White with #71194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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