Html Css Color HEX #76163D Pompadour

📋 copy color: '#76163D'

red 118 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #76163D

Tints of Pompadour #76163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

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

R = 58.71%
G = 10.95%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76163D (or 0x76163D) is known color: Pompadour. HEX triplet: 76, 16 and 3D. RGB value is (118,22,61). Sum of RGB (Red+Green+Blue) = 118+22+61=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76163D is #89E9C2. Grayscale: #373737. Windows color (decimal): -9038275 or 4003446. OLE color: 4003446.

HSL color Cylindrical-coordinate representation of color #76163D: hue angle of 335.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76163D is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 61 -
CMYK 0 0.81 0.48 0.54
HSL 335.63º 0.69% 0.27% -
HSV(B) 335.63º 0.81% 0.46% -
XYZ 8.6 4.76 4.88 -
YUV 55.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 118 22 61 0 0.81 0.48 0.54 335.63 0.69 0.27
Hex 76 16 3D 0 51 30 36 150 45 1B
Octal 166 26 75 0 121 60 66 520 105 33
Binary 1110110 10110 111101 0 1010001 110000 110110 101010000 1000101 11011

Color Harmonies of #76163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76163D

Black with #76163D

Text Example


Text Example

White with #76163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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