Html Css Color HEX #742442 Pompadour

📋 copy color: '#742442'

red 116 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #742442

Tints of Pompadour #742442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 53.21%
G = 16.51%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#742442 (or 0x742442) is known color: Pompadour. HEX triplet: 74, 24 and 42. RGB value is (116,36,66). Sum of RGB (Red+Green+Blue) = 116+36+66=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #742442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742442 is #8BDBBD. Grayscale: #3F3F3F. Windows color (decimal): -9165758 or 4334708. OLE color: 4334708.

HSL color Cylindrical-coordinate representation of color #742442: hue angle of 337.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742442 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 66 -
CMYK 0 0.69 0.43 0.55
HSL 337.5º 0.53% 0.3% -
HSV(B) 337.5º 0.69% 0.45% -
XYZ 8.82 5.37 5.73 -
YUV 63.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 116 36 66 0 0.69 0.43 0.55 337.5 0.53 0.3
Hex 74 24 42 0 45 2B 37 152 35 1E
Octal 164 44 102 0 105 53 67 522 65 36
Binary 1110100 100100 1000010 0 1000101 101011 110111 101010010 110101 11110

Color Harmonies of #742442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742442

Black with #742442

Text Example


Text Example

White with #742442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742442; }

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

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

background-color css

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

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

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

border-color css

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

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

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