Html Css Color HEX #741D40 Pompadour

📋 copy color: '#741D40'

red 116 ◦ green 29 ◦ blue 64

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

Shades of Pompadour #741D40

Tints of Pompadour #741D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 55.5%
G = 13.88%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#741D40 (or 0x741D40) is known color: Pompadour. HEX triplet: 74, 1D and 40. RGB value is (116,29,64). Sum of RGB (Red+Green+Blue) = 116+29+64=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #741D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D40 is #8BE2BF. Grayscale: #3A3A3A. Windows color (decimal): -9167552 or 4201844. OLE color: 4201844.

HSL color Cylindrical-coordinate representation of color #741D40: hue angle of 335.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D40 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 64 -
CMYK 0 0.75 0.45 0.55
HSL 335.86º 0.6% 0.28% -
HSV(B) 335.86º 0.75% 0.45% -
XYZ 8.57 4.96 5.36 -
YUV 59 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 116 29 64 0 0.75 0.45 0.55 335.86 0.6 0.28
Hex 74 1D 40 0 4B 2D 37 150 3C 1C
Octal 164 35 100 0 113 55 67 520 74 34
Binary 1110100 11101 1000000 0 1001011 101101 110111 101010000 111100 11100

Color Harmonies of #741D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D40

Black with #741D40

Text Example


Text Example

White with #741D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D40; }

 p { color: rgb(116,29,64); }

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

background-color css

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

 a { background-color: rgb(116,29,64); }

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

border-color css

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

 span { border-color: rgb(116,29,64); }

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