Html Css Color HEX #482355 Scarlet Gum

📋 copy color: '#482355'

red 72 ◦ green 35 ◦ blue 85

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

Shades of Scarlet Gum #482355

Tints of Scarlet Gum #482355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 37.5%
G = 18.23%
B = 44.27%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#482355 (or 0x482355) is known color: Scarlet Gum. HEX triplet: 48, 23 and 55. RGB value is (72,35,85). Sum of RGB (Red+Green+Blue) = 72+35+85=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #482355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482355 is #B7DCAA. Grayscale: #333333. Windows color (decimal): -12049579 or 5579592. OLE color: 5579592.

HSL color Cylindrical-coordinate representation of color #482355: hue angle of 284.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #482355 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 35 85 -
CMYK 0.15 0.59 0 0.67
HSL 284.4º 0.42% 0.24% -
HSV(B) 284.4º 0.59% 0.33% -
XYZ 4.91 3.24 8.96 -
YUV 51.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 72 35 85 0.15 0.59 0 0.67 284.4 0.42 0.24
Hex 48 23 55 F 3B 0 43 11C 2A 18
Octal 110 43 125 17 73 0 103 434 52 30
Binary 1001000 100011 1010101 1111 111011 0 1000011 100011100 101010 11000

Color Harmonies of #482355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482355

Black with #482355

Text Example


Text Example

White with #482355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482355; }

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

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

background-color css

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

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

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

border-color css

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

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

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