Html Css Color HEX #742341 Pompadour

📋 copy color: '#742341'

red 116 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #742341

Tints of Pompadour #742341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 53.7%
G = 16.2%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#742341 (or 0x742341) is known color: Pompadour. HEX triplet: 74, 23 and 41. RGB value is (116,35,65). Sum of RGB (Red+Green+Blue) = 116+35+65=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #742341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742341 is #8BDCBE. Grayscale: #3E3E3E. Windows color (decimal): -9166015 or 4268916. OLE color: 4268916.

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

Color convert

RGB 116 35 65 -
CMYK 0 0.70 0.44 0.55
HSL 337.78º 0.54% 0.3% -
HSV(B) 337.78º 0.7% 0.45% -
XYZ 8.76 5.3 5.56 -
YUV 62.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 116 35 65 0 0.70 0.44 0.55 337.78 0.54 0.3
Hex 74 23 41 0 46 2C 37 152 36 1E
Octal 164 43 101 0 106 54 67 522 66 36
Binary 1110100 100011 1000001 0 1000110 101100 110111 101010010 110110 11110

Color Harmonies of #742341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742341

Black with #742341

Text Example


Text Example

White with #742341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742341; }

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

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

background-color css

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

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

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

border-color css

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

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

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