#43155D

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

Shades of Scarlet Gum #43155D

Tints of Scarlet Gum #43155D

Color information

#43155D (or 0x43155D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 5D. RGB value is (67,21,93). Sum of RGB (Red+Green+Blue) = 67+21+93=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #43155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155D is #BCEAA2. Grayscale: #2A2A2A. Windows color (decimal): -12380835 or 6100291. OLE color: 6100291.

HSL color Cylindrical-coordinate representation of color #43155D: hue angle of 278.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43155D is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB672193-
CMYK0.280.7700.64
HSL278.33º63.16%22.35%-
HSV(B)278.33º77.42%36.47%-
XYZ4.562.5210.6-
YUV42.96156.24145.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=37.02%
G=11.60%
B=51.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6721930.280.7700.64278.3363.1622.35
Hex43155D1C4D0401163f16
Octal103251353411501004267726
Binary10000111010110111011110010011010100000010001011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,21,93); }

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

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

 a { background-color: rgb(67,21,93); }

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

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

 span { border-color: rgb(67,21,93); }

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