#43194E

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

Shades of Scarlet Gum #43194E

Tints of Scarlet Gum #43194E

Color information

#43194E (or 0x43194E) is unknown color: approx Scarlet Gum. HEX triplet: 43, 19 and 4E. RGB value is (67,25,78). Sum of RGB (Red+Green+Blue) = 67+25+78=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #43194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43194E is #BCE6B1. Grayscale: #2B2B2B. Windows color (decimal): -12379826 or 5118275. OLE color: 5118275.

HSL color Cylindrical-coordinate representation of color #43194E: hue angle of 287.55º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43194E is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB672578-
CMYK0.140.6800.69
HSL287.55º51.46%20.2%-
HSV(B)287.55º67.95%30.59%-
XYZ4.042.447.47-
YUV43.6147.41144.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=39.41%
G=14.71%
B=45.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6725780.140.6800.69287.5551.4620.2
Hex43194EE440451203314
Octal103311161610401054406324
Binary1000011110011001110111010001000100010110010000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43194E; }

 p { color: rgb(67,25,78); }

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

<style>
 a { background-color: #43194E; }

 a { background-color: rgb(67,25,78); }

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

<style>
 span { border-color: #43194E; }

 span { border-color: rgb(67,25,78); }

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