#533561

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

Shades of Scarlet Gum #533561

Tints of Scarlet Gum #533561

Color information

#533561 (or 0x533561) is unknown color: approx Scarlet Gum. HEX triplet: 53, 35 and 61. RGB value is (83,53,97). Sum of RGB (Red+Green+Blue) = 83+53+97=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #533561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533561 is #ACCA9E. Grayscale: #424242. Windows color (decimal): -11324063 or 6370643. OLE color: 6370643.

HSL color Cylindrical-coordinate representation of color #533561: hue angle of 280.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #533561 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB835397-
CMYK0.140.4500.62
HSL280.91º29.33%29.41%-
HSV(B)280.91º45.36%38.04%-
XYZ75.2511.95-
YUV66.99144.94139.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=35.62%
G=22.75%
B=41.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8353970.140.4500.62280.9129.3329.41
Hex533561E2D03E1191d1d
Octal1236514116550764313535
Binary10100111101011100001111010110101111101000110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533561; }

 p { color: rgb(83,53,97); }

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

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

 a { background-color: rgb(83,53,97); }

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

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

 span { border-color: rgb(83,53,97); }

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