Html Css Color HEX #76103A Pompadour

📋 copy color: '#76103A'

red 118 ◦ green 16 ◦ blue 58

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

Shades of Pompadour #76103A

Tints of Pompadour #76103A

RGB

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

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

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

R = 61.46%
G = 8.33%
B = 30.21%

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

#76103A (or 0x76103A) is known color: Pompadour. HEX triplet: 76, 10 and 3A. RGB value is (118,16,58). Sum of RGB (Red+Green+Blue) = 118+16+58=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #76103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76103A is #89EFC5. Grayscale: #333333. Windows color (decimal): -9039814 or 3805302. OLE color: 3805302.

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

Color convert

RGB 118 16 58 -
CMYK 0 0.86 0.51 0.54
HSL 335.29º 0.76% 0.26% -
HSV(B) 335.29º 0.86% 0.46% -
XYZ 8.42 4.53 4.43 -
YUV 51.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 118 16 58 0 0.86 0.51 0.54 335.29 0.76 0.26
Hex 76 10 3A 0 56 33 36 14F 4C 1A
Octal 166 20 72 0 126 63 66 517 114 32
Binary 1110110 10000 111010 0 1010110 110011 110110 101001111 1001100 11010

Color Harmonies of #76103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76103A

Black with #76103A

Text Example


Text Example

White with #76103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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