Html Css Color HEX #76133E Pompadour

📋 copy color: '#76133E'

red 118 ◦ green 19 ◦ blue 62

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

Shades of Pompadour #76133E

Tints of Pompadour #76133E

RGB

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

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

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

R = 59.3%
G = 9.55%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76133E (or 0x76133E) is known color: Pompadour. HEX triplet: 76, 13 and 3E. RGB value is (118,19,62). Sum of RGB (Red+Green+Blue) = 118+19+62=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133E is #89ECC1. Grayscale: #353535. Windows color (decimal): -9039042 or 4068214. OLE color: 4068214.

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

Color convert

RGB 118 19 62 -
CMYK 0 0.84 0.47 0.54
HSL 333.94º 0.72% 0.27% -
HSV(B) 333.94º 0.84% 0.46% -
XYZ 8.57 4.67 5.01 -
YUV 53.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 118 19 62 0 0.84 0.47 0.54 333.94 0.72 0.27
Hex 76 13 3E 0 54 2F 36 14E 48 1B
Octal 166 23 76 0 124 57 66 516 110 33
Binary 1110110 10011 111110 0 1010100 101111 110110 101001110 1001000 11011

Color Harmonies of #76133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76133E

Black with #76133E

Text Example


Text Example

White with #76133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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