#532C65

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

Shades of Scarlet Gum #532C65

Tints of Scarlet Gum #532C65

Color information

#532C65 (or 0x532C65) is unknown color: approx Scarlet Gum. HEX triplet: 53, 2C and 65. RGB value is (83,44,101). Sum of RGB (Red+Green+Blue) = 83+44+101=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #532C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C65 is #ACD39A. Grayscale: #3D3D3D. Windows color (decimal): -11326363 or 6630483. OLE color: 6630483.

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

Color convert

RGB8344101-
CMYK0.180.5600.60
HSL281.05º39.31%28.43%-
HSV(B)281.05º56.44%39.61%-
XYZ6.824.5812.84-
YUV62.16149.92142.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=36.40%
G=19.30%
B=44.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83441010.180.5600.60281.0539.3128.43
Hex532C65123803C119271c
Octal1235414522700744314734
Binary1010011101100110010110010111000011110010001100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C65; }

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

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

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

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

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

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

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

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