Html Css Color HEX #741041 Pompadour

📋 copy color: '#741041'

red 116 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #741041

Tints of Pompadour #741041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 58.88%
G = 8.12%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#741041 (or 0x741041) is known color: Pompadour. HEX triplet: 74, 10 and 41. RGB value is (116,16,65). Sum of RGB (Red+Green+Blue) = 116+16+65=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #741041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741041 is #8BEFBE. Grayscale: #333333. Windows color (decimal): -9170879 or 4264052. OLE color: 4264052.

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

Color convert

RGB 116 16 65 -
CMYK 0 0.86 0.44 0.55
HSL 330.6º 0.76% 0.26% -
HSV(B) 330.6º 0.86% 0.45% -
XYZ 8.34 4.47 5.42 -
YUV 51.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 116 16 65 0 0.86 0.44 0.55 330.6 0.76 0.26
Hex 74 10 41 0 56 2C 37 14B 4C 1A
Octal 164 20 101 0 126 54 67 513 114 32
Binary 1110100 10000 1000001 0 1010110 101100 110111 101001011 1001100 11010

Color Harmonies of #741041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741041

Black with #741041

Text Example


Text Example

White with #741041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741041; }

 p { color: rgb(116,16,65); }

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

background-color css

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

 a { background-color: rgb(116,16,65); }

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

border-color css

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

 span { border-color: rgb(116,16,65); }

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