Html Css Color HEX #481858 Scarlet Gum

📋 copy color: '#481858'

red 72 ◦ green 24 ◦ blue 88

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

Shades of Scarlet Gum #481858

Tints of Scarlet Gum #481858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 39.13%
G = 13.04%
B = 47.83%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#481858 (or 0x481858) is known color: Scarlet Gum. HEX triplet: 48, 18 and 58. RGB value is (72,24,88). Sum of RGB (Red+Green+Blue) = 72+24+88=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #481858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481858 is #B7E7A7. Grayscale: #2D2D2D. Windows color (decimal): -12052392 or 5773384. OLE color: 5773384.

HSL color Cylindrical-coordinate representation of color #481858: hue angle of 285º degrees, saturation: 0.57, 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 #481858 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 24 88 -
CMYK 0.18 0.73 0 0.65
HSL 285º 0.57% 0.22% -
HSV(B) 285º 0.73% 0.35% -
XYZ 4.76 2.74 9.51 -
YUV 45.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 72 24 88 0.18 0.73 0 0.65 285 0.57 0.22
Hex 48 18 58 12 49 0 41 11D 39 16
Octal 110 30 130 22 111 0 101 435 71 26
Binary 1001000 11000 1011000 10010 1001001 0 1000001 100011101 111001 10110

Color Harmonies of #481858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481858

Black with #481858

Text Example


Text Example

White with #481858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481858; }

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

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

background-color css

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

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

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

border-color css

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

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

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