Html Css Color HEX #76143D Pompadour

📋 copy color: '#76143D'

red 118 ◦ green 20 ◦ blue 61

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

Shades of Pompadour #76143D

Tints of Pompadour #76143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 59.3%
G = 10.05%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76143D (or 0x76143D) is known color: Pompadour. HEX triplet: 76, 14 and 3D. RGB value is (118,20,61). Sum of RGB (Red+Green+Blue) = 118+20+61=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76143D is #89EBC2. Grayscale: #353535. Windows color (decimal): -9038787 or 4002934. OLE color: 4002934.

HSL color Cylindrical-coordinate representation of color #76143D: hue angle of 334.9º 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 #76143D is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 61 -
CMYK 0 0.83 0.48 0.54
HSL 334.9º 0.71% 0.27% -
HSV(B) 334.9º 0.83% 0.46% -
XYZ 8.56 4.69 4.87 -
YUV 53.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 118 20 61 0 0.83 0.48 0.54 334.9 0.71 0.27
Hex 76 14 3D 0 53 30 36 14F 47 1B
Octal 166 24 75 0 123 60 66 517 107 33
Binary 1110110 10100 111101 0 1010011 110000 110110 101001111 1000111 11011

Color Harmonies of #76143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76143D

Black with #76143D

Text Example


Text Example

White with #76143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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