Html Css Color HEX #741748 Pompadour

📋 copy color: '#741748'

red 116 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #741748

Tints of Pompadour #741748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 54.98%
G = 10.9%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#741748 (or 0x741748) is known color: Pompadour. HEX triplet: 74, 17 and 48. RGB value is (116,23,72). Sum of RGB (Red+Green+Blue) = 116+23+72=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #741748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741748 is #8BE8B7. Grayscale: #383838. Windows color (decimal): -9169080 or 4724596. OLE color: 4724596.

HSL color Cylindrical-coordinate representation of color #741748: hue angle of 328.39º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741748 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 72 -
CMYK 0 0.80 0.38 0.55
HSL 328.39º 0.67% 0.27% -
HSV(B) 328.39º 0.8% 0.45% -
XYZ 8.68 4.79 6.6 -
YUV 56.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 116 23 72 0 0.80 0.38 0.55 328.39 0.67 0.27
Hex 74 17 48 0 50 26 37 148 43 1B
Octal 164 27 110 0 120 46 67 510 103 33
Binary 1110100 10111 1001000 0 1010000 100110 110111 101001000 1000011 11011

Color Harmonies of #741748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741748

Black with #741748

Text Example


Text Example

White with #741748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741748; }

 p { color: rgb(116,23,72); }

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

background-color css

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

 a { background-color: rgb(116,23,72); }

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

border-color css

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

 span { border-color: rgb(116,23,72); }

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