Html Css Color HEX #741C56 Pompadour

📋 copy color: '#741C56'

red 116 ◦ green 28 ◦ blue 86

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

Shades of Pompadour #741C56

Tints of Pompadour #741C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 86 (33.98% from 255) = 37.39%

R = 50.43%
G = 12.17%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#741C56 (or 0x741C56) is known color: Pompadour. HEX triplet: 74, 1C and 56. RGB value is (116,28,86). Sum of RGB (Red+Green+Blue) = 116+28+86=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #741C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C56 is #8BE3A9. Grayscale: #3C3C3C. Windows color (decimal): -9167786 or 5643380. OLE color: 5643380.

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

Color convert

RGB 116 28 86 -
CMYK 0 0.76 0.26 0.55
HSL 320.45º 0.61% 0.28% -
HSV(B) 320.45º 0.76% 0.45% -
XYZ 9.3 5.22 9.32 -
YUV 60.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 116 28 86 0 0.76 0.26 0.55 320.45 0.61 0.28
Hex 74 1C 56 0 4C 1A 37 140 3D 1C
Octal 164 34 126 0 114 32 67 500 75 34
Binary 1110100 11100 1010110 0 1001100 11010 110111 101000000 111101 11100

Color Harmonies of #741C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C56

Black with #741C56

Text Example


Text Example

White with #741C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,86); }

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

background-color css

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

 a { background-color: rgb(116,28,86); }

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

border-color css

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

 span { border-color: rgb(116,28,86); }

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