Html Css Color HEX #741444 Pompadour

📋 copy color: '#741444'

red 116 ◦ green 20 ◦ blue 68

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

Shades of Pompadour #741444

Tints of Pompadour #741444

RGB

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

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

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

R = 56.86%
G = 9.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741444 (or 0x741444) is known color: Pompadour. HEX triplet: 74, 14 and 44. RGB value is (116,20,68). Sum of RGB (Red+Green+Blue) = 116+20+68=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #741444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741444 is #8BEBBB. Grayscale: #363636. Windows color (decimal): -9169852 or 4461684. OLE color: 4461684.

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

Color convert

RGB 116 20 68 -
CMYK 0 0.83 0.41 0.55
HSL 330º 0.71% 0.27% -
HSV(B) 330º 0.83% 0.45% -
XYZ 8.5 4.63 5.91 -
YUV 54.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 116 20 68 0 0.83 0.41 0.55 330 0.71 0.27
Hex 74 14 44 0 53 29 37 14A 47 1B
Octal 164 24 104 0 123 51 67 512 107 33
Binary 1110100 10100 1000100 0 1010011 101001 110111 101001010 1000111 11011

Color Harmonies of #741444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741444

Black with #741444

Text Example


Text Example

White with #741444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741444; }

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

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

background-color css

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

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

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

border-color css

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

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

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