Html Css Color HEX #482360 Scarlet Gum

📋 copy color: '#482360'

red 72 ◦ green 35 ◦ blue 96

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

Shades of Scarlet Gum #482360

Tints of Scarlet Gum #482360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 35.47%
G = 17.24%
B = 47.29%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482360 (or 0x482360) is known color: Scarlet Gum. HEX triplet: 48, 23 and 60. RGB value is (72,35,96). Sum of RGB (Red+Green+Blue) = 72+35+96=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #482360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482360 is #B7DC9F. Grayscale: #343434. Windows color (decimal): -12049568 or 6300488. OLE color: 6300488.

HSL color Cylindrical-coordinate representation of color #482360: hue angle of 276.39º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482360 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 35 96 -
CMYK 0.25 0.64 0 0.62
HSL 276.39º 0.47% 0.26% -
HSV(B) 276.39º 0.64% 0.38% -
XYZ 5.38 3.42 11.44 -
YUV 53.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 72 35 96 0.25 0.64 0 0.62 276.39 0.47 0.26
Hex 48 23 60 19 40 0 3E 114 2F 1A
Octal 110 43 140 31 100 0 76 424 57 32
Binary 1001000 100011 1100000 11001 1000000 0 111110 100010100 101111 11010

Color Harmonies of #482360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482360

Black with #482360

Text Example


Text Example

White with #482360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482360; }

 p { color: rgb(72,35,96); }

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

background-color css

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

 a { background-color: rgb(72,35,96); }

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

border-color css

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

 span { border-color: rgb(72,35,96); }

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