Html Css Color HEX #76153B Pompadour

📋 copy color: '#76153B'

red 118 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #76153B

Tints of Pompadour #76153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 59.6%
G = 10.61%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76153B (or 0x76153B) is known color: Pompadour. HEX triplet: 76, 15 and 3B. RGB value is (118,21,59). Sum of RGB (Red+Green+Blue) = 118+21+59=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76153B is #89EAC4. Grayscale: #363636. Windows color (decimal): -9038533 or 3872118. OLE color: 3872118.

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

Color convert

RGB 118 21 59 -
CMYK 0 0.82 0.50 0.54
HSL 336.49º 0.7% 0.27% -
HSV(B) 336.49º 0.82% 0.46% -
XYZ 8.53 4.7 4.6 -
YUV 54.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 118 21 59 0 0.82 0.50 0.54 336.49 0.7 0.27
Hex 76 15 3B 0 52 32 36 150 46 1B
Octal 166 25 73 0 122 62 66 520 106 33
Binary 1110110 10101 111011 0 1010010 110010 110110 101010000 1000110 11011

Color Harmonies of #76153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76153B

Black with #76153B

Text Example


Text Example

White with #76153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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