Html Css Color HEX #741740 Pompadour

📋 copy color: '#741740'

red 116 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #741740

Tints of Pompadour #741740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 57.14%
G = 11.33%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#741740 (or 0x741740) is known color: Pompadour. HEX triplet: 74, 17 and 40. RGB value is (116,23,64). Sum of RGB (Red+Green+Blue) = 116+23+64=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #741740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741740 is #8BE8BF. Grayscale: #373737. Windows color (decimal): -9169088 or 4200308. OLE color: 4200308.

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

Color convert

RGB 116 23 64 -
CMYK 0 0.80 0.45 0.55
HSL 333.55º 0.67% 0.27% -
HSV(B) 333.55º 0.8% 0.45% -
XYZ 8.43 4.7 5.31 -
YUV 55.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 116 23 64 0 0.80 0.45 0.55 333.55 0.67 0.27
Hex 74 17 40 0 50 2D 37 14E 43 1B
Octal 164 27 100 0 120 55 67 516 103 33
Binary 1110100 10111 1000000 0 1010000 101101 110111 101001110 1000011 11011

Color Harmonies of #741740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741740

Black with #741740

Text Example


Text Example

White with #741740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741740; }

 p { color: rgb(116,23,64); }

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

background-color css

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

 a { background-color: rgb(116,23,64); }

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

border-color css

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

 span { border-color: rgb(116,23,64); }

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