#532469

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

Shades of Scarlet Gum #532469

Tints of Scarlet Gum #532469

Color information

#532469 (or 0x532469) is unknown color: approx Scarlet Gum. HEX triplet: 53, 24 and 69. RGB value is (83,36,105). Sum of RGB (Red+Green+Blue) = 83+36+105=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #532469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532469 is #ACDB96. Grayscale: #393939. Windows color (decimal): -11328407 or 6890579. OLE color: 6890579.

HSL color Cylindrical-coordinate representation of color #532469: hue angle of 280.87º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532469 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8336105-
CMYK0.210.6600.59
HSL280.87º48.94%27.65%-
HSV(B)280.87º65.71%41.18%-
XYZ6.754.1213.8-
YUV57.92154.57145.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=37.05%
G=16.07%
B=46.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83361050.210.6600.59280.8748.9427.65
Hex532469154203B119311c
Octal12344151251020734316134
Binary10100111001001101001101011000010011101110001100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532469; }

 p { color: rgb(83,36,105); }

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

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

 a { background-color: rgb(83,36,105); }

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

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

 span { border-color: rgb(83,36,105); }

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