Html Css Color HEX #741A44 Pompadour

📋 copy color: '#741A44'

red 116 ◦ green 26 ◦ blue 68

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

Shades of Pompadour #741A44

Tints of Pompadour #741A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

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

R = 55.24%
G = 12.38%
B = 32.38%

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

#741A44 (or 0x741A44) is known color: Pompadour. HEX triplet: 74, 1A and 44. RGB value is (116,26,68). Sum of RGB (Red+Green+Blue) = 116+26+68=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #741A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A44 is #8BE5BB. Grayscale: #393939. Windows color (decimal): -9168316 or 4463220. OLE color: 4463220.

HSL color Cylindrical-coordinate representation of color #741A44: hue angle of 332º degrees, saturation: 0.63, 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 #741A44 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 68 -
CMYK 0 0.78 0.41 0.55
HSL 332º 0.63% 0.28% -
HSV(B) 332º 0.78% 0.45% -
XYZ 8.62 4.87 5.95 -
YUV 57.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 116 26 68 0 0.78 0.41 0.55 332 0.63 0.28
Hex 74 1A 44 0 4E 29 37 14C 3F 1C
Octal 164 32 104 0 116 51 67 514 77 34
Binary 1110100 11010 1000100 0 1001110 101001 110111 101001100 111111 11100

Color Harmonies of #741A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A44

Black with #741A44

Text Example


Text Example

White with #741A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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