Html Css Color HEX #71163C Pompadour

📋 copy color: '#71163C'

red 113 ◦ green 22 ◦ blue 60

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

Shades of Pompadour #71163C

Tints of Pompadour #71163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 57.95%
G = 11.28%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71163C (or 0x71163C) is known color: Pompadour. HEX triplet: 71, 16 and 3C. RGB value is (113,22,60). Sum of RGB (Red+Green+Blue) = 113+22+60=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71163C is #8EE9C3. Grayscale: #353535. Windows color (decimal): -9365956 or 3937905. OLE color: 3937905.

HSL color Cylindrical-coordinate representation of color #71163C: hue angle of 334.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71163C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 60 -
CMYK 0 0.81 0.47 0.56
HSL 334.95º 0.67% 0.26% -
HSV(B) 334.95º 0.81% 0.44% -
XYZ 7.91 4.41 4.71 -
YUV 53.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 113 22 60 0 0.81 0.47 0.56 334.95 0.67 0.26
Hex 71 16 3C 0 51 2F 38 14F 43 1A
Octal 161 26 74 0 121 57 70 517 103 32
Binary 1110001 10110 111100 0 1010001 101111 111000 101001111 1000011 11010

Color Harmonies of #71163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71163C

Black with #71163C

Text Example


Text Example

White with #71163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,22,60); }

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

background-color css

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

 a { background-color: rgb(113,22,60); }

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

border-color css

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

 span { border-color: rgb(113,22,60); }

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