Html Css Color HEX #741944 Pompadour

📋 copy color: '#741944'

red 116 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #741944

Tints of Pompadour #741944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 55.5%
G = 11.96%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741944 (or 0x741944) is known color: Pompadour. HEX triplet: 74, 19 and 44. RGB value is (116,25,68). Sum of RGB (Red+Green+Blue) = 116+25+68=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #741944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741944 is #8BE6BB. Grayscale: #393939. Windows color (decimal): -9168572 or 4462964. OLE color: 4462964.

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

Color convert

RGB 116 25 68 -
CMYK 0 0.78 0.41 0.55
HSL 331.65º 0.65% 0.28% -
HSV(B) 331.65º 0.78% 0.45% -
XYZ 8.59 4.83 5.95 -
YUV 57.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 116 25 68 0 0.78 0.41 0.55 331.65 0.65 0.28
Hex 74 19 44 0 4E 29 37 14C 41 1C
Octal 164 31 104 0 116 51 67 514 101 34
Binary 1110100 11001 1000100 0 1001110 101001 110111 101001100 1000001 11100

Color Harmonies of #741944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741944

Black with #741944

Text Example


Text Example

White with #741944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741944; }

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

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

background-color css

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

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

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

border-color css

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

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

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