Html Css Color HEX #741044 Pompadour

📋 copy color: '#741044'

red 116 ◦ green 16 ◦ blue 68

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

Shades of Pompadour #741044

Tints of Pompadour #741044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34%

R = 58%
G = 8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741044 (or 0x741044) is known color: Pompadour. HEX triplet: 74, 10 and 44. RGB value is (116,16,68). Sum of RGB (Red+Green+Blue) = 116+16+68=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #741044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741044 is #8BEFBB. Grayscale: #333333. Windows color (decimal): -9170876 or 4460660. OLE color: 4460660.

HSL color Cylindrical-coordinate representation of color #741044: hue angle of 328.8º 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 #741044 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 68 -
CMYK 0 0.86 0.41 0.55
HSL 328.8º 0.76% 0.26% -
HSV(B) 328.8º 0.86% 0.45% -
XYZ 8.43 4.5 5.89 -
YUV 51.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 116 16 68 0 0.86 0.41 0.55 328.8 0.76 0.26
Hex 74 10 44 0 56 29 37 149 4C 1A
Octal 164 20 104 0 126 51 67 511 114 32
Binary 1110100 10000 1000100 0 1010110 101001 110111 101001001 1001100 11010

Color Harmonies of #741044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741044

Black with #741044

Text Example


Text Example

White with #741044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741044; }

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

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

background-color css

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

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

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

border-color css

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

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

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