#43154F

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

Shades of Scarlet Gum #43154F

Tints of Scarlet Gum #43154F

Color information

#43154F (or 0x43154F) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 4F. RGB value is (67,21,79). Sum of RGB (Red+Green+Blue) = 67+21+79=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #43154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43154F is #BCEAB0. Grayscale: #292929. Windows color (decimal): -12380849 or 5182787. OLE color: 5182787.

HSL color Cylindrical-coordinate representation of color #43154F: hue angle of 287.59º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43154F is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB672179-
CMYK0.150.7300.69
HSL287.59º58%19.61%-
HSV(B)287.59º73.42%30.98%-
XYZ3.992.297.63-
YUV41.37149.24146.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.12%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=40.12%
G=12.57%
B=47.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6721790.150.7300.69287.595819.61
Hex43154FF490451203a14
Octal103251171711101054407224
Binary1000011101011001111111110010010100010110010000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43154F; }

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

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

<style>
 a { background-color: #43154F; }

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

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

<style>
 span { border-color: #43154F; }

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

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