Html Css Color HEX #741456 Pompadour

📋 copy color: '#741456'

red 116 ◦ green 20 ◦ blue 86

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

Shades of Pompadour #741456

Tints of Pompadour #741456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 52.25%
G = 9.01%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#741456 (or 0x741456) is known color: Pompadour. HEX triplet: 74, 14 and 56. RGB value is (116,20,86). Sum of RGB (Red+Green+Blue) = 116+20+86=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741456 is #8BEBA9. Grayscale: #383838. Windows color (decimal): -9169834 or 5641332. OLE color: 5641332.

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

Color convert

RGB 116 20 86 -
CMYK 0 0.83 0.26 0.55
HSL 318.75º 0.71% 0.27% -
HSV(B) 318.75º 0.83% 0.45% -
XYZ 9.13 4.89 9.27 -
YUV 56.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 116 20 86 0 0.83 0.26 0.55 318.75 0.71 0.27
Hex 74 14 56 0 53 1A 37 13F 47 1B
Octal 164 24 126 0 123 32 67 477 107 33
Binary 1110100 10100 1010110 0 1010011 11010 110111 100111111 1000111 11011

Color Harmonies of #741456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741456

Black with #741456

Text Example


Text Example

White with #741456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741456; }

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

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

background-color css

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

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

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

border-color css

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

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

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