Html Css Color HEX #761239 Pompadour

📋 copy color: '#761239'

red 118 ◦ green 18 ◦ blue 57

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

Shades of Pompadour #761239

Tints of Pompadour #761239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 61.14%
G = 9.33%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#761239 (or 0x761239) is known color: Pompadour. HEX triplet: 76, 12 and 39. RGB value is (118,18,57). Sum of RGB (Red+Green+Blue) = 118+18+57=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761239 is #89EDC6. Grayscale: #343434. Windows color (decimal): -9039303 or 3740278. OLE color: 3740278.

HSL color Cylindrical-coordinate representation of color #761239: hue angle of 336.6º 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 #761239 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 57 -
CMYK 0 0.85 0.52 0.54
HSL 336.6º 0.74% 0.27% -
HSV(B) 336.6º 0.85% 0.46% -
XYZ 8.43 4.58 4.31 -
YUV 52.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 118 18 57 0 0.85 0.52 0.54 336.6 0.74 0.27
Hex 76 12 39 0 55 34 36 151 4A 1B
Octal 166 22 71 0 125 64 66 521 112 33
Binary 1110110 10010 111001 0 1010101 110100 110110 101010001 1001010 11011

Color Harmonies of #761239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761239

Black with #761239

Text Example


Text Example

White with #761239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761239; }

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

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

background-color css

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

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

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

border-color css

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

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

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