#532965

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

Shades of Scarlet Gum #532965

Tints of Scarlet Gum #532965

Color information

#532965 (or 0x532965) is unknown color: approx Scarlet Gum. HEX triplet: 53, 29 and 65. RGB value is (83,41,101). Sum of RGB (Red+Green+Blue) = 83+41+101=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #532965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532965 is #ACD69A. Grayscale: #3C3C3C. Windows color (decimal): -11327131 or 6629715. OLE color: 6629715.

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

Color convert

RGB8341101-
CMYK0.180.5900.60
HSL282º42.25%27.84%-
HSV(B)282º59.41%39.61%-
XYZ6.714.3612.8-
YUV60.4150.91144.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=36.89%
G=18.22%
B=44.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83411010.180.5900.6028242.2527.84
Hex532965123B03C11a2a1c
Octal1235114522730744325234
Binary1010011101001110010110010111011011110010001101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532965; }

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

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

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

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

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

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

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

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