Html Css Color HEX #742350 Pompadour

📋 copy color: '#742350'

red 116 ◦ green 35 ◦ blue 80

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

Shades of Pompadour #742350

Tints of Pompadour #742350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 50.22%
G = 15.15%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#742350 (or 0x742350) is known color: Pompadour. HEX triplet: 74, 23 and 50. RGB value is (116,35,80). Sum of RGB (Red+Green+Blue) = 116+35+80=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #742350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742350 is #8BDCAF. Grayscale: #404040. Windows color (decimal): -9166000 or 5251956. OLE color: 5251956.

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

Color convert

RGB 116 35 80 -
CMYK 0 0.70 0.31 0.55
HSL 326.67º 0.54% 0.3% -
HSV(B) 326.67º 0.7% 0.45% -
XYZ 9.25 5.49 8.16 -
YUV 64.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 116 35 80 0 0.70 0.31 0.55 326.67 0.54 0.3
Hex 74 23 50 0 46 1F 37 147 36 1E
Octal 164 43 120 0 106 37 67 507 66 36
Binary 1110100 100011 1010000 0 1000110 11111 110111 101000111 110110 11110

Color Harmonies of #742350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742350

Black with #742350

Text Example


Text Example

White with #742350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742350; }

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

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

background-color css

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

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

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

border-color css

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

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

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