Html Css Color HEX #741A52 Pompadour

📋 copy color: '#741A52'

red 116 ◦ green 26 ◦ blue 82

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

Shades of Pompadour #741A52

Tints of Pompadour #741A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 51.79%
G = 11.61%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#741A52 (or 0x741A52) is known color: Pompadour. HEX triplet: 74, 1A and 52. RGB value is (116,26,82). Sum of RGB (Red+Green+Blue) = 116+26+82=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #741A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A52 is #8BE5AD. Grayscale: #3B3B3B. Windows color (decimal): -9168302 or 5380724. OLE color: 5380724.

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

Color convert

RGB 116 26 82 -
CMYK 0 0.78 0.29 0.55
HSL 322.67º 0.63% 0.28% -
HSV(B) 322.67º 0.78% 0.45% -
XYZ 9.09 5.06 8.48 -
YUV 59.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 116 26 82 0 0.78 0.29 0.55 322.67 0.63 0.28
Hex 74 1A 52 0 4E 1D 37 143 3F 1C
Octal 164 32 122 0 116 35 67 503 77 34
Binary 1110100 11010 1010010 0 1001110 11101 110111 101000011 111111 11100

Color Harmonies of #741A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A52

Black with #741A52

Text Example


Text Example

White with #741A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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