Html Css Color HEX #741439 Pompadour

📋 copy color: '#741439'

red 116 ◦ green 20 ◦ blue 57

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

Shades of Pompadour #741439

Tints of Pompadour #741439

RGB

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

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

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

R = 60.1%
G = 10.36%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#741439 (or 0x741439) is known color: Pompadour. HEX triplet: 74, 14 and 39. RGB value is (116,20,57). Sum of RGB (Red+Green+Blue) = 116+20+57=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #741439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741439 is #8BEBC6. Grayscale: #343434. Windows color (decimal): -9169863 or 3740788. OLE color: 3740788.

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

Color convert

RGB 116 20 57 -
CMYK 0 0.83 0.51 0.55
HSL 336.88º 0.71% 0.27% -
HSV(B) 336.88º 0.83% 0.45% -
XYZ 8.19 4.51 4.31 -
YUV 52.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 116 20 57 0 0.83 0.51 0.55 336.88 0.71 0.27
Hex 74 14 39 0 53 33 37 151 47 1B
Octal 164 24 71 0 123 63 67 521 107 33
Binary 1110100 10100 111001 0 1010011 110011 110111 101010001 1000111 11011

Color Harmonies of #741439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741439

Black with #741439

Text Example


Text Example

White with #741439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741439; }

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

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

background-color css

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

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

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

border-color css

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

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

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