Html Css Color HEX #741A46 Pompadour

📋 copy color: '#741A46'

red 116 ◦ green 26 ◦ blue 70

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

Shades of Pompadour #741A46

Tints of Pompadour #741A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 54.72%
G = 12.26%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#741A46 (or 0x741A46) is known color: Pompadour. HEX triplet: 74, 1A and 46. RGB value is (116,26,70). Sum of RGB (Red+Green+Blue) = 116+26+70=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #741A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A46 is #8BE5B9. Grayscale: #393939. Windows color (decimal): -9168314 or 4594292. OLE color: 4594292.

HSL color Cylindrical-coordinate representation of color #741A46: hue angle of 330.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A46 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 70 -
CMYK 0 0.78 0.40 0.55
HSL 330.67º 0.63% 0.28% -
HSV(B) 330.67º 0.78% 0.45% -
XYZ 8.68 4.89 6.28 -
YUV 57.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 116 26 70 0 0.78 0.40 0.55 330.67 0.63 0.28
Hex 74 1A 46 0 4E 28 37 14B 3F 1C
Octal 164 32 106 0 116 50 67 513 77 34
Binary 1110100 11010 1000110 0 1001110 101000 110111 101001011 111111 11100

Color Harmonies of #741A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A46

Black with #741A46

Text Example


Text Example

White with #741A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741A46; }

 p { color: rgb(116,26,70); }

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

background-color css

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

 a { background-color: rgb(116,26,70); }

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

border-color css

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

 span { border-color: rgb(116,26,70); }

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