#58216B

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

Shades of Scarlet Gum #58216B

Tints of Scarlet Gum #58216B

Color information

#58216B (or 0x58216B) is unknown color: approx Scarlet Gum. HEX triplet: 58, 21 and 6B. RGB value is (88,33,107). Sum of RGB (Red+Green+Blue) = 88+33+107=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #58216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58216B is #A7DE94. Grayscale: #393939. Windows color (decimal): -11001493 or 7020888. OLE color: 7020888.

HSL color Cylindrical-coordinate representation of color #58216B: hue angle of 284.59º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58216B is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8833107-
CMYK0.180.6900.58
HSL284.59º52.86%27.45%-
HSV(B)284.59º69.16%41.96%-
XYZ7.224.2214.34-
YUV57.88155.72149.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=38.60%
G=14.47%
B=46.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88331070.180.6900.58284.5952.8627.45
Hex58216B124503A11d351b
Octal13041153221050724356533
Binary10110001000011101011100101000101011101010001110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58216B; }

 p { color: rgb(88,33,107); }

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

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

 a { background-color: rgb(88,33,107); }

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

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

 span { border-color: rgb(88,33,107); }

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