#532265

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

Shades of Scarlet Gum #532265

Tints of Scarlet Gum #532265

Color information

#532265 (or 0x532265) is unknown color: approx Scarlet Gum. HEX triplet: 53, 22 and 65. RGB value is (83,34,101). Sum of RGB (Red+Green+Blue) = 83+34+101=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #532265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532265 is #ACDD9A. Grayscale: #383838. Windows color (decimal): -11328923 or 6627923. OLE color: 6627923.

HSL color Cylindrical-coordinate representation of color #532265: hue angle of 283.88º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532265 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8334101-
CMYK0.180.6600.60
HSL283.88º49.63%26.47%-
HSV(B)283.88º66.34%39.61%-
XYZ6.493.9212.73-
YUV56.29153.23147.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=38.07%
G=15.60%
B=46.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83341010.180.6600.60283.8849.6326.47
Hex532265124203C11c321a
Octal12342145221020744346232
Binary10100111000101100101100101000010011110010001110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532265; }

 p { color: rgb(83,34,101); }

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

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

 a { background-color: rgb(83,34,101); }

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

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

 span { border-color: rgb(83,34,101); }

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