Html Css Color HEX #742355 Pompadour

📋 copy color: '#742355'

red 116 ◦ green 35 ◦ blue 85

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

Shades of Pompadour #742355

Tints of Pompadour #742355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 49.15%
G = 14.83%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#742355 (or 0x742355) is known color: Pompadour. HEX triplet: 74, 23 and 55. RGB value is (116,35,85). Sum of RGB (Red+Green+Blue) = 116+35+85=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #742355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742355 is #8BDCAA. Grayscale: #404040. Windows color (decimal): -9165995 or 5579636. OLE color: 5579636.

HSL color Cylindrical-coordinate representation of color #742355: hue angle of 322.96º 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 #742355 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 85 -
CMYK 0 0.70 0.27 0.55
HSL 322.96º 0.54% 0.3% -
HSV(B) 322.96º 0.7% 0.45% -
XYZ 9.44 5.57 9.17 -
YUV 64.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 116 35 85 0 0.70 0.27 0.55 322.96 0.54 0.3
Hex 74 23 55 0 46 1B 37 143 36 1E
Octal 164 43 125 0 106 33 67 503 66 36
Binary 1110100 100011 1010101 0 1000110 11011 110111 101000011 110110 11110

Color Harmonies of #742355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742355

Black with #742355

Text Example


Text Example

White with #742355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742355; }

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

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

background-color css

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

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

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

border-color css

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

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

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