Html Css Color HEX #742141 Pompadour

📋 copy color: '#742141'

red 116 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #742141

Tints of Pompadour #742141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 54.21%
G = 15.42%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#742141 (or 0x742141) is known color: Pompadour. HEX triplet: 74, 21 and 41. RGB value is (116,33,65). Sum of RGB (Red+Green+Blue) = 116+33+65=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #742141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742141 is #8BDEBE. Grayscale: #3D3D3D. Windows color (decimal): -9166527 or 4268404. OLE color: 4268404.

HSL color Cylindrical-coordinate representation of color #742141: hue angle of 336.87º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742141 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 65 -
CMYK 0 0.72 0.44 0.55
HSL 336.87º 0.56% 0.29% -
HSV(B) 336.87º 0.72% 0.45% -
XYZ 8.7 5.18 5.54 -
YUV 61.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 116 33 65 0 0.72 0.44 0.55 336.87 0.56 0.29
Hex 74 21 41 0 48 2C 37 151 38 1D
Octal 164 41 101 0 110 54 67 521 70 35
Binary 1110100 100001 1000001 0 1001000 101100 110111 101010001 111000 11101

Color Harmonies of #742141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742141

Black with #742141

Text Example


Text Example

White with #742141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742141; }

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

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

background-color css

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

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

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

border-color css

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

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

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