Html Css Color HEX #76113A Pompadour

📋 copy color: '#76113A'

red 118 ◦ green 17 ◦ blue 58

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

Shades of Pompadour #76113A

Tints of Pompadour #76113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 61.14%
G = 8.81%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76113A (or 0x76113A) is known color: Pompadour. HEX triplet: 76, 11 and 3A. RGB value is (118,17,58). Sum of RGB (Red+Green+Blue) = 118+17+58=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76113A is #89EEC5. Grayscale: #333333. Windows color (decimal): -9039558 or 3805558. OLE color: 3805558.

HSL color Cylindrical-coordinate representation of color #76113A: hue angle of 335.64º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76113A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 58 -
CMYK 0 0.86 0.51 0.54
HSL 335.64º 0.75% 0.26% -
HSV(B) 335.64º 0.86% 0.46% -
XYZ 8.44 4.56 4.44 -
YUV 51.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 118 17 58 0 0.86 0.51 0.54 335.64 0.75 0.26
Hex 76 11 3A 0 56 33 36 150 4B 1A
Octal 166 21 72 0 126 63 66 520 113 32
Binary 1110110 10001 111010 0 1010110 110011 110110 101010000 1001011 11010

Color Harmonies of #76113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76113A

Black with #76113A

Text Example


Text Example

White with #76113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76113A; }

 p { color: rgb(118,17,58); }

 H1.HeaderClassName
 {
   color: #76113A;
 }
 .AnyTagClassName
 {
   color: #76113A;
 }
</style>

background-color css

<style>
 a { background-color: #76113A; }

 a { background-color: rgb(118,17,58); }

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

border-color css

<style>
 span { border-color: #76113A; }

 span { border-color: rgb(118,17,58); }

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