Html Css Color HEX #741440 Pompadour

📋 copy color: '#741440'

red 116 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #741440

Tints of Pompadour #741440

RGB

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

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

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

R = 58%
G = 10%
B = 32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#741440 (or 0x741440) is known color: Pompadour. HEX triplet: 74, 14 and 40. RGB value is (116,20,64). Sum of RGB (Red+Green+Blue) = 116+20+64=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #741440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741440 is #8BEBBF. Grayscale: #353535. Windows color (decimal): -9169856 or 4199540. OLE color: 4199540.

HSL color Cylindrical-coordinate representation of color #741440: hue angle of 332.5º 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 #741440 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 20 64 -
CMYK 0 0.83 0.45 0.55
HSL 332.5º 0.71% 0.27% -
HSV(B) 332.5º 0.83% 0.45% -
XYZ 8.38 4.58 5.29 -
YUV 53.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 116 20 64 0 0.83 0.45 0.55 332.5 0.71 0.27
Hex 74 14 40 0 53 2D 37 14C 47 1B
Octal 164 24 100 0 123 55 67 514 107 33
Binary 1110100 10100 1000000 0 1010011 101101 110111 101001100 1000111 11011

Color Harmonies of #741440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741440

Black with #741440

Text Example


Text Example

White with #741440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741440; }

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

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

background-color css

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

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

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

border-color css

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

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

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