Html Css Color HEX #76194B Pompadour

📋 copy color: '#76194B'

red 118 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #76194B

Tints of Pompadour #76194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 54.13%
G = 11.47%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76194B (or 0x76194B) is known color: Pompadour. HEX triplet: 76, 19 and 4B. RGB value is (118,25,75). Sum of RGB (Red+Green+Blue) = 118+25+75=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76194B is #89E6B4. Grayscale: #3A3A3A. Windows color (decimal): -9037493 or 4921718. OLE color: 4921718.

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

Color convert

RGB 118 25 75 -
CMYK 0 0.79 0.36 0.54
HSL 327.74º 0.65% 0.28% -
HSV(B) 327.74º 0.79% 0.46% -
XYZ 9.09 5.05 7.15 -
YUV 58.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 118 25 75 0 0.79 0.36 0.54 327.74 0.65 0.28
Hex 76 19 4B 0 4F 24 36 148 41 1C
Octal 166 31 113 0 117 44 66 510 101 34
Binary 1110110 11001 1001011 0 1001111 100100 110110 101001000 1000001 11100

Color Harmonies of #76194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76194B

Black with #76194B

Text Example


Text Example

White with #76194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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