#43155A

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

Shades of Scarlet Gum #43155A

Tints of Scarlet Gum #43155A

Color information

#43155A (or 0x43155A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 5A. RGB value is (67,21,90). Sum of RGB (Red+Green+Blue) = 67+21+90=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #43155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155A is #BCEAA5. Grayscale: #2A2A2A. Windows color (decimal): -12380838 or 5903683. OLE color: 5903683.

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

Color convert

RGB672190-
CMYK0.260.7700.65
HSL280º62.16%21.76%-
HSV(B)280º76.67%35.29%-
XYZ4.432.479.92-
YUV42.62154.74145.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.64%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=37.64%
G=11.80%
B=50.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6721900.260.7700.6528062.1621.76
Hex43155A1A4D0411183e16
Octal103251323211501014307626
Binary10000111010110110101101010011010100000110001100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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