Html Css Color HEX #76133C Pompadour

📋 copy color: '#76133C'

red 118 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #76133C

Tints of Pompadour #76133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 59.9%
G = 9.64%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76133C (or 0x76133C) is known color: Pompadour. HEX triplet: 76, 13 and 3C. RGB value is (118,19,60). Sum of RGB (Red+Green+Blue) = 118+19+60=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133C is #89ECC3. Grayscale: #353535. Windows color (decimal): -9039044 or 3937142. OLE color: 3937142.

HSL color Cylindrical-coordinate representation of color #76133C: hue angle of 335.15º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76133C is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 60 -
CMYK 0 0.84 0.49 0.54
HSL 335.15º 0.72% 0.27% -
HSV(B) 335.15º 0.84% 0.46% -
XYZ 8.52 4.64 4.72 -
YUV 53.28 131.8 174.17 -
System Red Green Blue C M Y K H S L
Decimal 118 19 60 0 0.84 0.49 0.54 335.15 0.72 0.27
Hex 76 13 3C 0 54 31 36 14F 48 1B
Octal 166 23 74 0 124 61 66 517 110 33
Binary 1110110 10011 111100 0 1010100 110001 110110 101001111 1001000 11011

Color Harmonies of #76133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76133C

Black with #76133C

Text Example


Text Example

White with #76133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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