Html Css Color HEX #76133D Pompadour

📋 copy color: '#76133D'

red 118 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #76133D

Tints of Pompadour #76133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 59.6%
G = 9.6%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76133D (or 0x76133D) is known color: Pompadour. HEX triplet: 76, 13 and 3D. RGB value is (118,19,61). Sum of RGB (Red+Green+Blue) = 118+19+61=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133D is #89ECC2. Grayscale: #353535. Windows color (decimal): -9039043 or 4002678. OLE color: 4002678.

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

Color convert

RGB 118 19 61 -
CMYK 0 0.84 0.48 0.54
HSL 334.55º 0.72% 0.27% -
HSV(B) 334.55º 0.84% 0.46% -
XYZ 8.55 4.65 4.86 -
YUV 53.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 118 19 61 0 0.84 0.48 0.54 334.55 0.72 0.27
Hex 76 13 3D 0 54 30 36 14F 48 1B
Octal 166 23 75 0 124 60 66 517 110 33
Binary 1110110 10011 111101 0 1010100 110000 110110 101001111 1001000 11011

Color Harmonies of #76133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76133D

Black with #76133D

Text Example


Text Example

White with #76133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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