#43205A

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

Shades of Scarlet Gum #43205A

Tints of Scarlet Gum #43205A

Color information

#43205A (or 0x43205A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 5A. RGB value is (67,32,90). Sum of RGB (Red+Green+Blue) = 67+32+90=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #43205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43205A is #BCDFA5. Grayscale: #303030. Windows color (decimal): -12378022 or 5906499. OLE color: 5906499.

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

Color convert

RGB673290-
CMYK0.260.6400.65
HSL276.21º47.54%23.92%-
HSV(B)276.21º64.44%35.29%-
XYZ4.682.9610-
YUV49.08151.1140.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=35.45%
G=16.93%
B=47.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6732900.260.6400.65276.2147.5423.92
Hex43205A1A400411143018
Octal103401323210001014246030
Binary100001110000010110101101010000000100000110001010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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