Html Css Color HEX #741053 Pompadour

📋 copy color: '#741053'

red 116 ◦ green 16 ◦ blue 83

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

Shades of Pompadour #741053

Tints of Pompadour #741053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 53.95%
G = 7.44%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#741053 (or 0x741053) is known color: Pompadour. HEX triplet: 74, 10 and 53. RGB value is (116,16,83). Sum of RGB (Red+Green+Blue) = 116+16+83=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #741053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741053 is #8BEFAC. Grayscale: #353535. Windows color (decimal): -9170861 or 5443700. OLE color: 5443700.

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

Color convert

RGB 116 16 83 -
CMYK 0 0.86 0.28 0.55
HSL 319.8º 0.76% 0.26% -
HSV(B) 319.8º 0.86% 0.45% -
XYZ 8.95 4.71 8.62 -
YUV 53.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 116 16 83 0 0.86 0.28 0.55 319.8 0.76 0.26
Hex 74 10 53 0 56 1C 37 140 4C 1A
Octal 164 20 123 0 126 34 67 500 114 32
Binary 1110100 10000 1010011 0 1010110 11100 110111 101000000 1001100 11010

Color Harmonies of #741053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741053

Black with #741053

Text Example


Text Example

White with #741053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741053; }

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

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

background-color css

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

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

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

border-color css

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

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

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