Html Css Color HEX #741442 Pompadour

📋 copy color: '#741442'

red 116 ◦ green 20 ◦ blue 66

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

Shades of Pompadour #741442

Tints of Pompadour #741442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 57.43%
G = 9.9%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#741442 (or 0x741442) is known color: Pompadour. HEX triplet: 74, 14 and 42. RGB value is (116,20,66). Sum of RGB (Red+Green+Blue) = 116+20+66=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #741442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741442 is #8BEBBD. Grayscale: #353535. Windows color (decimal): -9169854 or 4330612. OLE color: 4330612.

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

Color convert

RGB 116 20 66 -
CMYK 0 0.83 0.43 0.55
HSL 331.25º 0.71% 0.27% -
HSV(B) 331.25º 0.83% 0.45% -
XYZ 8.44 4.61 5.6 -
YUV 53.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 116 20 66 0 0.83 0.43 0.55 331.25 0.71 0.27
Hex 74 14 42 0 53 2B 37 14B 47 1B
Octal 164 24 102 0 123 53 67 513 107 33
Binary 1110100 10100 1000010 0 1010011 101011 110111 101001011 1000111 11011

Color Harmonies of #741442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741442

Black with #741442

Text Example


Text Example

White with #741442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741442; }

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

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

background-color css

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

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

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

border-color css

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

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

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