#532868

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

Shades of Scarlet Gum #532868

Tints of Scarlet Gum #532868

Color information

#532868 (or 0x532868) is unknown color: approx Scarlet Gum. HEX triplet: 53, 28 and 68. RGB value is (83,40,104). Sum of RGB (Red+Green+Blue) = 83+40+104=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #532868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532868 is #ACD797. Grayscale: #3B3B3B. Windows color (decimal): -11327384 or 6826067. OLE color: 6826067.

HSL color Cylindrical-coordinate representation of color #532868: hue angle of 280.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532868 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8340104-
CMYK0.200.6200.59
HSL280.31º44.44%28.24%-
HSV(B)280.31º61.54%40.78%-
XYZ6.824.3613.58-
YUV60.15152.75144.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=36.56%
G=17.62%
B=45.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83401040.200.6200.59280.3144.4428.24
Hex532868143E03B1182c1c
Octal1235015024760734305434
Binary1010011101000110100010100111110011101110001100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532868; }

 p { color: rgb(83,40,104); }

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

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

 a { background-color: rgb(83,40,104); }

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

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

 span { border-color: rgb(83,40,104); }

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