Html Css Color HEX #4A0D59 Scarlet Gum

📋 copy color: '#4A0D59'

red 74 ◦ green 13 ◦ blue 89

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

Shades of Scarlet Gum #4A0D59

Tints of Scarlet Gum #4A0D59

RGB

 RED value IS 74 (29.3% from 255) = 42.05%

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 42.05%
G = 7.39%
B = 50.57%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A0D59 (or 0x4A0D59) is known color: Scarlet Gum. HEX triplet: 4A, 0D and 59. RGB value is (74,13,89). Sum of RGB (Red+Green+Blue) = 74+13+89=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A0D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0D59 is #B5F2A6. Grayscale: #272727. Windows color (decimal): -11924135 or 5836106. OLE color: 5836106.

HSL color Cylindrical-coordinate representation of color #4A0D59: hue angle of 288.16º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A0D59 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 13 89 -
CMYK 0.17 0.85 0 0.65
HSL 288.16º 0.75% 0.2% -
HSV(B) 288.16º 0.85% 0.35% -
XYZ 4.77 2.46 9.68 -
YUV 39.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 74 13 89 0.17 0.85 0 0.65 288.16 0.75 0.2
Hex 4A D 59 11 55 0 41 120 4B 14
Octal 112 15 131 21 125 0 101 440 113 24
Binary 1001010 1101 1011001 10001 1010101 0 1000001 100100000 1001011 10100

Color Harmonies of #4A0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0D59

Black with #4A0D59

Text Example


Text Example

White with #4A0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A0D59; }

 p { color: rgb(74,13,89); }

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

background-color css

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

 a { background-color: rgb(74,13,89); }

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

border-color css

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

 span { border-color: rgb(74,13,89); }

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