Html Css Color HEX #76193E Pompadour

📋 copy color: '#76193E'

red 118 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #76193E

Tints of Pompadour #76193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 57.56%
G = 12.2%
B = 30.24%

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

#76193E (or 0x76193E) is known color: Pompadour. HEX triplet: 76, 19 and 3E. RGB value is (118,25,62). Sum of RGB (Red+Green+Blue) = 118+25+62=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #76193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76193E is #89E6C1. Grayscale: #383838. Windows color (decimal): -9037506 or 4069750. OLE color: 4069750.

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

Color convert

RGB 118 25 62 -
CMYK 0 0.79 0.47 0.54
HSL 336.13º 0.65% 0.28% -
HSV(B) 336.13º 0.79% 0.46% -
XYZ 8.69 4.89 5.04 -
YUV 57.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 118 25 62 0 0.79 0.47 0.54 336.13 0.65 0.28
Hex 76 19 3E 0 4F 2F 36 150 41 1C
Octal 166 31 76 0 117 57 66 520 101 34
Binary 1110110 11001 111110 0 1001111 101111 110110 101010000 1000001 11100

Color Harmonies of #76193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76193E

Black with #76193E

Text Example


Text Example

White with #76193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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