Html Css Color HEX #761242 Pompadour

📋 copy color: '#761242'

red 118 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #761242

Tints of Pompadour #761242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 58.42%
G = 8.91%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761242 (or 0x761242) is known color: Pompadour. HEX triplet: 76, 12 and 42. RGB value is (118,18,66). Sum of RGB (Red+Green+Blue) = 118+18+66=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761242 is #89EDBD. Grayscale: #353535. Windows color (decimal): -9039294 or 4330102. OLE color: 4330102.

HSL color Cylindrical-coordinate representation of color #761242: hue angle of 331.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761242 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 66 -
CMYK 0 0.85 0.44 0.54
HSL 331.2º 0.74% 0.27% -
HSV(B) 331.2º 0.85% 0.46% -
XYZ 8.67 4.68 5.6 -
YUV 53.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 118 18 66 0 0.85 0.44 0.54 331.2 0.74 0.27
Hex 76 12 42 0 55 2C 36 14B 4A 1B
Octal 166 22 102 0 125 54 66 513 112 33
Binary 1110110 10010 1000010 0 1010101 101100 110110 101001011 1001010 11011

Color Harmonies of #761242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761242

Black with #761242

Text Example


Text Example

White with #761242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761242; }

 p { color: rgb(118,18,66); }

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

background-color css

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

 a { background-color: rgb(118,18,66); }

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

border-color css

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

 span { border-color: rgb(118,18,66); }

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