Html Css Color HEX #76193F Pompadour

📋 copy color: '#76193F'

red 118 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #76193F

Tints of Pompadour #76193F

RGB

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

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

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

R = 57.28%
G = 12.14%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76193F (or 0x76193F) is known color: Pompadour. HEX triplet: 76, 19 and 3F. RGB value is (118,25,63). Sum of RGB (Red+Green+Blue) = 118+25+63=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #76193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76193F is #89E6C0. Grayscale: #393939. Windows color (decimal): -9037505 or 4135286. OLE color: 4135286.

HSL color Cylindrical-coordinate representation of color #76193F: hue angle of 335.48º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76193F is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 63 -
CMYK 0 0.79 0.47 0.54
HSL 335.48º 0.65% 0.28% -
HSV(B) 335.48º 0.79% 0.46% -
XYZ 8.72 4.91 5.19 -
YUV 57.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 118 25 63 0 0.79 0.47 0.54 335.48 0.65 0.28
Hex 76 19 3F 0 4F 2F 36 14F 41 1C
Octal 166 31 77 0 117 57 66 517 101 34
Binary 1110110 11001 111111 0 1001111 101111 110110 101001111 1000001 11100

Color Harmonies of #76193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76193F

Black with #76193F

Text Example


Text Example

White with #76193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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