#43155B

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

Shades of Scarlet Gum #43155B

Tints of Scarlet Gum #43155B

Color information

#43155B (or 0x43155B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 5B. RGB value is (67,21,91). Sum of RGB (Red+Green+Blue) = 67+21+91=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #43155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155B is #BCEAA4. Grayscale: #2A2A2A. Windows color (decimal): -12380837 or 5969219. OLE color: 5969219.

HSL color Cylindrical-coordinate representation of color #43155B: hue angle of 279.43º degrees, saturation: 0.62, 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 #43155B is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB672191-
CMYK0.260.7700.64
HSL279.43º62.5%21.96%-
HSV(B)279.43º76.92%35.69%-
XYZ4.472.4810.14-
YUV42.73155.24145.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=37.43%
G=11.73%
B=50.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6721910.260.7700.64279.4362.521.96
Hex43155B1A4D0401173e16
Octal103251333211501004277626
Binary10000111010110110111101010011010100000010001011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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