Html Css Color HEX #741544 Pompadour

📋 copy color: '#741544'

red 116 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #741544

Tints of Pompadour #741544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 56.59%
G = 10.24%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741544 (or 0x741544) is known color: Pompadour. HEX triplet: 74, 15 and 44. RGB value is (116,21,68). Sum of RGB (Red+Green+Blue) = 116+21+68=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #741544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741544 is #8BEABB. Grayscale: #363636. Windows color (decimal): -9169596 or 4461940. OLE color: 4461940.

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

Color convert

RGB 116 21 68 -
CMYK 0 0.82 0.41 0.55
HSL 330.32º 0.69% 0.27% -
HSV(B) 330.32º 0.82% 0.45% -
XYZ 8.51 4.67 5.92 -
YUV 54.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 116 21 68 0 0.82 0.41 0.55 330.32 0.69 0.27
Hex 74 15 44 0 52 29 37 14A 45 1B
Octal 164 25 104 0 122 51 67 512 105 33
Binary 1110100 10101 1000100 0 1010010 101001 110111 101001010 1000101 11011

Color Harmonies of #741544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741544

Black with #741544

Text Example


Text Example

White with #741544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741544; }

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

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

background-color css

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

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

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

border-color css

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

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

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