#533261

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

Shades of Scarlet Gum #533261

Tints of Scarlet Gum #533261

Color information

#533261 (or 0x533261) is unknown color: approx Scarlet Gum. HEX triplet: 53, 32 and 61. RGB value is (83,50,97). Sum of RGB (Red+Green+Blue) = 83+50+97=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #533261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533261 is #ACCD9E. Grayscale: #414141. Windows color (decimal): -11324831 or 6369875. OLE color: 6369875.

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

Color convert

RGB835097-
CMYK0.140.4800.62
HSL282.13º31.97%28.82%-
HSV(B)282.13º48.45%38.04%-
XYZ6.874.9811.91-
YUV65.22145.93140.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=36.09%
G=21.74%
B=42.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8350970.140.4800.62282.1331.9728.82
Hex533261E3003E11a201d
Octal1236214116600764324035
Binary101001111001011000011110110000011111010001101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533261; }

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

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

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

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

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

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

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

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