#482359

Color #482359 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #482359

Tints of Scarlet Gum #482359

Color information

#482359 (or 0x482359) is unknown color: approx Scarlet Gum. HEX triplet: 48, 23 and 59. RGB value is (72,35,89). Sum of RGB (Red+Green+Blue) = 72+35+89=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #482359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482359 is #B7DCA6. Grayscale: #343434. Windows color (decimal): -12049575 or 5841736. OLE color: 5841736.

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

Color convert

RGB723589-
CMYK0.190.6100.65
HSL281.11º43.55%24.31%-
HSV(B)281.11º60.67%34.9%-
XYZ5.083.39.82-
YUV52.22148.76142.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=36.73%
G=17.86%
B=45.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7235890.190.6100.65281.1143.5524.31
Hex482359133D0411192c18
Octal11043131237501014315430
Binary10010001000111011001100111111010100000110001100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482359; }

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

 H1.HeaderClassName
 {
   color: #482359;
 }
 .AnyTagClassName
 {
   color: #482359;
 }
</style>
background-color css

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

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

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

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

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

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