Html Css Color HEX #742356 Pompadour

📋 copy color: '#742356'

red 116 ◦ green 35 ◦ blue 86

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

Shades of Pompadour #742356

Tints of Pompadour #742356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

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

R = 48.95%
G = 14.77%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#742356 (or 0x742356) is known color: Pompadour. HEX triplet: 74, 23 and 56. RGB value is (116,35,86). Sum of RGB (Red+Green+Blue) = 116+35+86=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #742356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742356 is #8BDCA9. Grayscale: #404040. Windows color (decimal): -9165994 or 5645172. OLE color: 5645172.

HSL color Cylindrical-coordinate representation of color #742356: hue angle of 322.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742356 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 86 -
CMYK 0 0.70 0.26 0.55
HSL 322.22º 0.54% 0.3% -
HSV(B) 322.22º 0.7% 0.45% -
XYZ 9.48 5.59 9.38 -
YUV 65.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 116 35 86 0 0.70 0.26 0.55 322.22 0.54 0.3
Hex 74 23 56 0 46 1A 37 142 36 1E
Octal 164 43 126 0 106 32 67 502 66 36
Binary 1110100 100011 1010110 0 1000110 11010 110111 101000010 110110 11110

Color Harmonies of #742356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742356

Black with #742356

Text Example


Text Example

White with #742356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742356; }

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

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

background-color css

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

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

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

border-color css

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

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

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