Html Css Color HEX #741D52 Pompadour

📋 copy color: '#741D52'

red 116 ◦ green 29 ◦ blue 82

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

Shades of Pompadour #741D52

Tints of Pompadour #741D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

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

R = 51.1%
G = 12.78%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#741D52 (or 0x741D52) is known color: Pompadour. HEX triplet: 74, 1D and 52. RGB value is (116,29,82). Sum of RGB (Red+Green+Blue) = 116+29+82=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #741D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D52 is #8BE2AD. Grayscale: #3C3C3C. Windows color (decimal): -9167534 or 5381492. OLE color: 5381492.

HSL color Cylindrical-coordinate representation of color #741D52: hue angle of 323.45º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D52 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 82 -
CMYK 0 0.75 0.29 0.55
HSL 323.45º 0.6% 0.28% -
HSV(B) 323.45º 0.75% 0.45% -
XYZ 9.16 5.2 8.5 -
YUV 61.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 116 29 82 0 0.75 0.29 0.55 323.45 0.6 0.28
Hex 74 1D 52 0 4B 1D 37 143 3C 1C
Octal 164 35 122 0 113 35 67 503 74 34
Binary 1110100 11101 1010010 0 1001011 11101 110111 101000011 111100 11100

Color Harmonies of #741D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D52

Black with #741D52

Text Example


Text Example

White with #741D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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