#43205C

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

Shades of Scarlet Gum #43205C

Tints of Scarlet Gum #43205C

Color information

#43205C (or 0x43205C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 5C. RGB value is (67,32,92). Sum of RGB (Red+Green+Blue) = 67+32+92=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #43205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43205C is #BCDFA3. Grayscale: #313131. Windows color (decimal): -12378020 or 6037571. OLE color: 6037571.

HSL color Cylindrical-coordinate representation of color #43205C: hue angle of 275º 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 #43205C is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673292-
CMYK0.270.6500.64
HSL275º48.39%24.31%-
HSV(B)275º65.22%36.08%-
XYZ4.76310.45-
YUV49.3152.1140.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=35.08%
G=16.75%
B=48.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6732920.270.6500.6427548.3924.31
Hex43205C1B410401133018
Octal103401343310101004236030
Binary100001110000010111001101110000010100000010001001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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