Html Css Color HEX #481859 Scarlet Gum

📋 copy color: '#481859'

red 72 ◦ green 24 ◦ blue 89

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

Shades of Scarlet Gum #481859

Tints of Scarlet Gum #481859

RGB

 RED value IS 72 (28.52% from 255) = 38.92%

 GREEN value IS 24 (9.77% from 255) = 12.97%

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

R = 38.92%
G = 12.97%
B = 48.11%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#481859 (or 0x481859) is known color: Scarlet Gum. HEX triplet: 48, 18 and 59. RGB value is (72,24,89). Sum of RGB (Red+Green+Blue) = 72+24+89=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #481859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481859 is #B7E7A6. Grayscale: #2D2D2D. Windows color (decimal): -12052391 or 5838920. OLE color: 5838920.

HSL color Cylindrical-coordinate representation of color #481859: hue angle of 284.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481859 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 24 89 -
CMYK 0.19 0.73 0 0.65
HSL 284.31º 0.58% 0.22% -
HSV(B) 284.31º 0.73% 0.35% -
XYZ 4.8 2.75 9.73 -
YUV 45.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 72 24 89 0.19 0.73 0 0.65 284.31 0.58 0.22
Hex 48 18 59 13 49 0 41 11C 3A 16
Octal 110 30 131 23 111 0 101 434 72 26
Binary 1001000 11000 1011001 10011 1001001 0 1000001 100011100 111010 10110

Color Harmonies of #481859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481859

Black with #481859

Text Example


Text Example

White with #481859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481859; }

 p { color: rgb(72,24,89); }

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

background-color css

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

 a { background-color: rgb(72,24,89); }

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

border-color css

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

 span { border-color: rgb(72,24,89); }

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