Html Css Color HEX #76183F Pompadour

📋 copy color: '#76183F'

red 118 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #76183F

Tints of Pompadour #76183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 57.56%
G = 11.71%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76183F (or 0x76183F) is known color: Pompadour. HEX triplet: 76, 18 and 3F. RGB value is (118,24,63). Sum of RGB (Red+Green+Blue) = 118+24+63=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #76183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76183F is #89E7C0. Grayscale: #383838. Windows color (decimal): -9037761 or 4135030. OLE color: 4135030.

HSL color Cylindrical-coordinate representation of color #76183F: hue angle of 335.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76183F is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 63 -
CMYK 0 0.80 0.47 0.54
HSL 335.11º 0.66% 0.28% -
HSV(B) 335.11º 0.8% 0.46% -
XYZ 8.7 4.86 5.18 -
YUV 56.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 118 24 63 0 0.80 0.47 0.54 335.11 0.66 0.28
Hex 76 18 3F 0 50 2F 36 14F 42 1C
Octal 166 30 77 0 120 57 66 517 102 34
Binary 1110110 11000 111111 0 1010000 101111 110110 101001111 1000010 11100

Color Harmonies of #76183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76183F

Black with #76183F

Text Example


Text Example

White with #76183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76183F; }

 p { color: rgb(118,24,63); }

 H1.HeaderClassName
 {
   color: #76183F;
 }
 .AnyTagClassName
 {
   color: #76183F;
 }
</style>

background-color css

<style>
 a { background-color: #76183F; }

 a { background-color: rgb(118,24,63); }

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

border-color css

<style>
 span { border-color: #76183F; }

 span { border-color: rgb(118,24,63); }

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