Html Css Color HEX #76153C Pompadour

📋 copy color: '#76153C'

red 118 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #76153C

Tints of Pompadour #76153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 59.3%
G = 10.55%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76153C (or 0x76153C) is known color: Pompadour. HEX triplet: 76, 15 and 3C. RGB value is (118,21,60). Sum of RGB (Red+Green+Blue) = 118+21+60=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76153C is #89EAC3. Grayscale: #363636. Windows color (decimal): -9038532 or 3937654. OLE color: 3937654.

HSL color Cylindrical-coordinate representation of color #76153C: hue angle of 335.88º 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 #76153C is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 60 -
CMYK 0 0.82 0.49 0.54
HSL 335.88º 0.7% 0.27% -
HSV(B) 335.88º 0.82% 0.46% -
XYZ 8.55 4.71 4.73 -
YUV 54.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 118 21 60 0 0.82 0.49 0.54 335.88 0.7 0.27
Hex 76 15 3C 0 52 31 36 150 46 1B
Octal 166 25 74 0 122 61 66 520 106 33
Binary 1110110 10101 111100 0 1010010 110001 110110 101010000 1000110 11011

Color Harmonies of #76153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76153C

Black with #76153C

Text Example


Text Example

White with #76153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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