Html Css Color HEX #76103B Pompadour

📋 copy color: '#76103B'

red 118 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #76103B

Tints of Pompadour #76103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.57%

R = 61.14%
G = 8.29%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76103B (or 0x76103B) is known color: Pompadour. HEX triplet: 76, 10 and 3B. RGB value is (118,16,59). Sum of RGB (Red+Green+Blue) = 118+16+59=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #76103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76103B is #89EFC4. Grayscale: #333333. Windows color (decimal): -9039813 or 3870838. OLE color: 3870838.

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

Color convert

RGB 118 16 59 -
CMYK 0 0.86 0.50 0.54
HSL 334.71º 0.76% 0.26% -
HSV(B) 334.71º 0.86% 0.46% -
XYZ 8.45 4.54 4.57 -
YUV 51.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 118 16 59 0 0.86 0.50 0.54 334.71 0.76 0.26
Hex 76 10 3B 0 56 32 36 14F 4C 1A
Octal 166 20 73 0 126 62 66 517 114 32
Binary 1110110 10000 111011 0 1010110 110010 110110 101001111 1001100 11010

Color Harmonies of #76103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76103B

Black with #76103B

Text Example


Text Example

White with #76103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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