Html Css Color HEX #742348 Pompadour

📋 copy color: '#742348'

red 116 ◦ green 35 ◦ blue 72

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

Shades of Pompadour #742348

Tints of Pompadour #742348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 52.02%
G = 15.7%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#742348 (or 0x742348) is known color: Pompadour. HEX triplet: 74, 23 and 48. RGB value is (116,35,72). Sum of RGB (Red+Green+Blue) = 116+35+72=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742348 is #8BDCB7. Grayscale: #3F3F3F. Windows color (decimal): -9166008 or 4727668. OLE color: 4727668.

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

Color convert

RGB 116 35 72 -
CMYK 0 0.70 0.38 0.55
HSL 332.59º 0.54% 0.3% -
HSV(B) 332.59º 0.7% 0.45% -
XYZ 8.97 5.38 6.7 -
YUV 63.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 116 35 72 0 0.70 0.38 0.55 332.59 0.54 0.3
Hex 74 23 48 0 46 26 37 14D 36 1E
Octal 164 43 110 0 106 46 67 515 66 36
Binary 1110100 100011 1001000 0 1000110 100110 110111 101001101 110110 11110

Color Harmonies of #742348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742348

Black with #742348

Text Example


Text Example

White with #742348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742348; }

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

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

background-color css

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

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

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

border-color css

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

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

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