Html Css Color HEX #76163E Pompadour

📋 copy color: '#76163E'

red 118 ◦ green 22 ◦ blue 62

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

Shades of Pompadour #76163E

Tints of Pompadour #76163E

RGB

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

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

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

R = 58.42%
G = 10.89%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76163E (or 0x76163E) is known color: Pompadour. HEX triplet: 76, 16 and 3E. RGB value is (118,22,62). Sum of RGB (Red+Green+Blue) = 118+22+62=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76163E is #89E9C1. Grayscale: #373737. Windows color (decimal): -9038274 or 4068982. OLE color: 4068982.

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

Color convert

RGB 118 22 62 -
CMYK 0 0.81 0.47 0.54
HSL 335º 0.69% 0.27% -
HSV(B) 335º 0.81% 0.46% -
XYZ 8.63 4.77 5.02 -
YUV 55.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 118 22 62 0 0.81 0.47 0.54 335 0.69 0.27
Hex 76 16 3E 0 51 2F 36 14F 45 1B
Octal 166 26 76 0 121 57 66 517 105 33
Binary 1110110 10110 111110 0 1010001 101111 110110 101001111 1000101 11011

Color Harmonies of #76163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76163E

Black with #76163E

Text Example


Text Example

White with #76163E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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