Html Css Color HEX #742342 Pompadour

📋 copy color: '#742342'

red 116 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #742342

Tints of Pompadour #742342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 53.46%
G = 16.13%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#742342 (or 0x742342) is known color: Pompadour. HEX triplet: 74, 23 and 42. RGB value is (116,35,66). Sum of RGB (Red+Green+Blue) = 116+35+66=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #742342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742342 is #8BDCBD. Grayscale: #3E3E3E. Windows color (decimal): -9166014 or 4334452. OLE color: 4334452.

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

Color convert

RGB 116 35 66 -
CMYK 0 0.70 0.43 0.55
HSL 337.04º 0.54% 0.3% -
HSV(B) 337.04º 0.7% 0.45% -
XYZ 8.79 5.31 5.72 -
YUV 62.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 116 35 66 0 0.70 0.43 0.55 337.04 0.54 0.3
Hex 74 23 42 0 46 2B 37 151 36 1E
Octal 164 43 102 0 106 53 67 521 66 36
Binary 1110100 100011 1000010 0 1000110 101011 110111 101010001 110110 11110

Color Harmonies of #742342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742342

Black with #742342

Text Example


Text Example

White with #742342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742342; }

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

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

background-color css

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

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

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

border-color css

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

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

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