Html Css Color HEX #76163B Pompadour

📋 copy color: '#76163B'

red 118 ◦ green 22 ◦ blue 59

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

Shades of Pompadour #76163B

Tints of Pompadour #76163B

RGB

 RED value IS 118 (46.48% from 255) = 59.3%

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

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 59.3%
G = 11.06%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76163B (or 0x76163B) is known color: Pompadour. HEX triplet: 76, 16 and 3B. RGB value is (118,22,59). Sum of RGB (Red+Green+Blue) = 118+22+59=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76163B is #89E9C4. Grayscale: #363636. Windows color (decimal): -9038277 or 3872374. OLE color: 3872374.

HSL color Cylindrical-coordinate representation of color #76163B: hue angle of 336.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76163B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 59 -
CMYK 0 0.81 0.50 0.54
HSL 336.88º 0.69% 0.27% -
HSV(B) 336.88º 0.81% 0.46% -
XYZ 8.55 4.74 4.6 -
YUV 54.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 118 22 59 0 0.81 0.50 0.54 336.88 0.69 0.27
Hex 76 16 3B 0 51 32 36 151 45 1B
Octal 166 26 73 0 121 62 66 521 105 33
Binary 1110110 10110 111011 0 1010001 110010 110110 101010001 1000101 11011

Color Harmonies of #76163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76163B

Black with #76163B

Text Example


Text Example

White with #76163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,22,59); }

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

background-color css

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

 a { background-color: rgb(118,22,59); }

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

border-color css

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

 span { border-color: rgb(118,22,59); }

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