Html Css Color HEX #742344 Pompadour

📋 copy color: '#742344'

red 116 ◦ green 35 ◦ blue 68

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

Shades of Pompadour #742344

Tints of Pompadour #742344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.05%

R = 52.97%
G = 15.98%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#742344 (or 0x742344) is known color: Pompadour. HEX triplet: 74, 23 and 44. RGB value is (116,35,68). Sum of RGB (Red+Green+Blue) = 116+35+68=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742344 is #8BDCBB. Grayscale: #3E3E3E. Windows color (decimal): -9166012 or 4465524. OLE color: 4465524.

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

Color convert

RGB 116 35 68 -
CMYK 0 0.70 0.41 0.55
HSL 335.56º 0.54% 0.3% -
HSV(B) 335.56º 0.7% 0.45% -
XYZ 8.85 5.33 6.03 -
YUV 62.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 116 35 68 0 0.70 0.41 0.55 335.56 0.54 0.3
Hex 74 23 44 0 46 29 37 150 36 1E
Octal 164 43 104 0 106 51 67 520 66 36
Binary 1110100 100011 1000100 0 1000110 101001 110111 101010000 110110 11110

Color Harmonies of #742344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742344

Black with #742344

Text Example


Text Example

White with #742344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742344; }

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

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

background-color css

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

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

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

border-color css

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

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

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