#532C67

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

Shades of Scarlet Gum #532C67

Tints of Scarlet Gum #532C67

Color information

#532C67 (or 0x532C67) is unknown color: approx Scarlet Gum. HEX triplet: 53, 2C and 67. RGB value is (83,44,103). Sum of RGB (Red+Green+Blue) = 83+44+103=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #532C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C67 is #ACD398. Grayscale: #3E3E3E. Windows color (decimal): -11326361 or 6761555. OLE color: 6761555.

HSL color Cylindrical-coordinate representation of color #532C67: hue angle of 279.66º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532C67 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8344103-
CMYK0.190.5700.60
HSL279.66º40.14%28.82%-
HSV(B)279.66º57.28%40.39%-
XYZ6.924.6213.36-
YUV62.39150.92142.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=36.09%
G=19.13%
B=44.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83441030.190.5700.60279.6640.1428.82
Hex532C67133903C118281d
Octal1235414723710744305035
Binary1010011101100110011110011111001011110010001100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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