#43204D

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

Shades of Scarlet Gum #43204D

Tints of Scarlet Gum #43204D

Color information

#43204D (or 0x43204D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 20 and 4D. RGB value is (67,32,77). Sum of RGB (Red+Green+Blue) = 67+32+77=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #43204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43204D is #BCDFB2. Grayscale: #2F2F2F. Windows color (decimal): -12378035 or 5054531. OLE color: 5054531.

HSL color Cylindrical-coordinate representation of color #43204D: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43204D is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB673277-
CMYK0.130.5800.70
HSL286.67º41.28%21.37%-
HSV(B)286.67º58.44%30.2%-
XYZ4.172.767.33-
YUV47.59144.6141.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=38.07%
G=18.18%
B=43.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6732770.130.5800.70286.6741.2821.37
Hex43204DD3A04611f2915
Octal10340115157201064375125
Binary1000011100000100110111011110100100011010001111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43204D; }

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

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

<style>
 a { background-color: #43204D; }

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

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

<style>
 span { border-color: #43204D; }

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

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