#532869

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

Shades of Scarlet Gum #532869

Tints of Scarlet Gum #532869

Color information

#532869 (or 0x532869) is unknown color: approx Scarlet Gum. HEX triplet: 53, 28 and 69. RGB value is (83,40,105). Sum of RGB (Red+Green+Blue) = 83+40+105=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #532869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532869 is #ACD796. Grayscale: #3C3C3C. Windows color (decimal): -11327383 or 6891603. OLE color: 6891603.

HSL color Cylindrical-coordinate representation of color #532869: hue angle of 279.69º degrees, saturation: 0.45, 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 #532869 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8340105-
CMYK0.210.6200.59
HSL279.69º44.83%28.43%-
HSV(B)279.69º61.9%41.18%-
XYZ6.884.3813.85-
YUV60.27153.25144.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=36.40%
G=17.54%
B=46.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83401050.210.6200.59279.6944.8328.43
Hex532869153E03B1182d1c
Octal1235015125760734305534
Binary1010011101000110100110101111110011101110001100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532869; }

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

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

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

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

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

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

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

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