#43205B

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

Shades of Scarlet Gum #43205B

Tints of Scarlet Gum #43205B

Color information

#43205B (or 0x43205B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 5B. RGB value is (67,32,91). Sum of RGB (Red+Green+Blue) = 67+32+91=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #43205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43205B is #BCDFA4. Grayscale: #303030. Windows color (decimal): -12378021 or 5972035. OLE color: 5972035.

HSL color Cylindrical-coordinate representation of color #43205B: hue angle of 275.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43205B is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673291-
CMYK0.260.6500.64
HSL275.59º47.97%24.12%-
HSV(B)275.59º64.84%35.69%-
XYZ4.722.9810.22-
YUV49.19151.6140.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=35.26%
G=16.84%
B=47.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6732910.260.6500.64275.5947.9724.12
Hex43205B1A410401143018
Octal103401333210101004246030
Binary100001110000010110111101010000010100000010001010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,32,91); }

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

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

 a { background-color: rgb(67,32,91); }

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

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

 span { border-color: rgb(67,32,91); }

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