Html Css Color HEX #76103E Pompadour

📋 copy color: '#76103E'

red 118 ◦ green 16 ◦ blue 62

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

Shades of Pompadour #76103E

Tints of Pompadour #76103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 60.2%
G = 8.16%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76103E (or 0x76103E) is known color: Pompadour. HEX triplet: 76, 10 and 3E. RGB value is (118,16,62). Sum of RGB (Red+Green+Blue) = 118+16+62=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76103E is #89EFC1. Grayscale: #333333. Windows color (decimal): -9039810 or 4067446. OLE color: 4067446.

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

Color convert

RGB 118 16 62 -
CMYK 0 0.86 0.47 0.54
HSL 332.94º 0.76% 0.26% -
HSV(B) 332.94º 0.86% 0.46% -
XYZ 8.53 4.57 4.99 -
YUV 51.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 118 16 62 0 0.86 0.47 0.54 332.94 0.76 0.26
Hex 76 10 3E 0 56 2F 36 14D 4C 1A
Octal 166 20 76 0 126 57 66 515 114 32
Binary 1110110 10000 111110 0 1010110 101111 110110 101001101 1001100 11010

Color Harmonies of #76103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76103E

Black with #76103E

Text Example


Text Example

White with #76103E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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