Html Css Color HEX #76163F Pompadour

📋 copy color: '#76163F'

red 118 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #76163F

Tints of Pompadour #76163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 58.13%
G = 10.84%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76163F (or 0x76163F) is known color: Pompadour. HEX triplet: 76, 16 and 3F. RGB value is (118,22,63). Sum of RGB (Red+Green+Blue) = 118+22+63=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76163F is #89E9C0. Grayscale: #373737. Windows color (decimal): -9038273 or 4134518. OLE color: 4134518.

HSL color Cylindrical-coordinate representation of color #76163F: hue angle of 334.38º 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 #76163F is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 63 -
CMYK 0 0.81 0.47 0.54
HSL 334.38º 0.69% 0.27% -
HSV(B) 334.38º 0.81% 0.46% -
XYZ 8.66 4.78 5.17 -
YUV 55.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 118 22 63 0 0.81 0.47 0.54 334.38 0.69 0.27
Hex 76 16 3F 0 51 2F 36 14E 45 1B
Octal 166 26 77 0 121 57 66 516 105 33
Binary 1110110 10110 111111 0 1010001 101111 110110 101001110 1000101 11011

Color Harmonies of #76163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76163F

Black with #76163F

Text Example


Text Example

White with #76163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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