Html Css Color HEX #76143A Pompadour

📋 copy color: '#76143A'

red 118 ◦ green 20 ◦ blue 58

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

Shades of Pompadour #76143A

Tints of Pompadour #76143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 60.2%
G = 10.2%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76143A (or 0x76143A) is known color: Pompadour. HEX triplet: 76, 14 and 3A. RGB value is (118,20,58). Sum of RGB (Red+Green+Blue) = 118+20+58=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76143A is #89EBC5. Grayscale: #353535. Windows color (decimal): -9038790 or 3806326. OLE color: 3806326.

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

Color convert

RGB 118 20 58 -
CMYK 0 0.83 0.51 0.54
HSL 336.73º 0.71% 0.27% -
HSV(B) 336.73º 0.83% 0.46% -
XYZ 8.49 4.66 4.45 -
YUV 53.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 118 20 58 0 0.83 0.51 0.54 336.73 0.71 0.27
Hex 76 14 3A 0 53 33 36 151 47 1B
Octal 166 24 72 0 123 63 66 521 107 33
Binary 1110110 10100 111010 0 1010011 110011 110110 101010001 1000111 11011

Color Harmonies of #76143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76143A

Black with #76143A

Text Example


Text Example

White with #76143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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