Html Css Color HEX #741239 Pompadour

📋 copy color: '#741239'

red 116 ◦ green 18 ◦ blue 57

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

Shades of Pompadour #741239

Tints of Pompadour #741239

RGB

 RED value IS 116 (45.7% from 255) = 60.73%

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

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

R = 60.73%
G = 9.42%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#741239 (or 0x741239) is known color: Pompadour. HEX triplet: 74, 12 and 39. RGB value is (116,18,57). Sum of RGB (Red+Green+Blue) = 116+18+57=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #741239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741239 is #8BEDC6. Grayscale: #333333. Windows color (decimal): -9170375 or 3740276. OLE color: 3740276.

HSL color Cylindrical-coordinate representation of color #741239: hue angle of 336.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741239 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 57 -
CMYK 0 0.84 0.51 0.55
HSL 336.12º 0.73% 0.26% -
HSV(B) 336.12º 0.84% 0.45% -
XYZ 8.16 4.44 4.3 -
YUV 51.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 116 18 57 0 0.84 0.51 0.55 336.12 0.73 0.26
Hex 74 12 39 0 54 33 37 150 49 1A
Octal 164 22 71 0 124 63 67 520 111 32
Binary 1110100 10010 111001 0 1010100 110011 110111 101010000 1001001 11010

Color Harmonies of #741239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741239

Black with #741239

Text Example


Text Example

White with #741239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741239; }

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

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

background-color css

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

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

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

border-color css

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

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

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