Html Css Color HEX #741252 Pompadour

📋 copy color: '#741252'

red 116 ◦ green 18 ◦ blue 82

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

Shades of Pompadour #741252

Tints of Pompadour #741252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 53.7%
G = 8.33%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#741252 (or 0x741252) is known color: Pompadour. HEX triplet: 74, 12 and 52. RGB value is (116,18,82). Sum of RGB (Red+Green+Blue) = 116+18+82=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #741252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741252 is #8BEDAD. Grayscale: #363636. Windows color (decimal): -9170350 or 5378676. OLE color: 5378676.

HSL color Cylindrical-coordinate representation of color #741252: hue angle of 320.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741252 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 82 -
CMYK 0 0.84 0.29 0.55
HSL 320.82º 0.73% 0.26% -
HSV(B) 320.82º 0.84% 0.45% -
XYZ 8.94 4.75 8.43 -
YUV 54.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 116 18 82 0 0.84 0.29 0.55 320.82 0.73 0.26
Hex 74 12 52 0 54 1D 37 141 49 1A
Octal 164 22 122 0 124 35 67 501 111 32
Binary 1110100 10010 1010010 0 1010100 11101 110111 101000001 1001001 11010

Color Harmonies of #741252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741252

Black with #741252

Text Example


Text Example

White with #741252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741252; }

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

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

background-color css

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

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

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

border-color css

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

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

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