#431359

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

Shades of Scarlet Gum #431359

Tints of Scarlet Gum #431359

Color information

#431359 (or 0x431359) is unknown color: approx Scarlet Gum. HEX triplet: 43, 13 and 59. RGB value is (67,19,89). Sum of RGB (Red+Green+Blue) = 67+19+89=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #431359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431359 is #BCECA6. Grayscale: #292929. Windows color (decimal): -12381351 or 5837635. OLE color: 5837635.

HSL color Cylindrical-coordinate representation of color #431359: hue angle of 281.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431359 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB671989-
CMYK0.250.7900.65
HSL281.14º64.81%21.18%-
HSV(B)281.14º78.65%34.9%-
XYZ4.352.389.68-
YUV41.33154.9146.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=38.29%
G=10.86%
B=50.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6719890.250.7900.65281.1464.8121.18
Hex431359194F0411194115
Octal1032313131117010143110125
Binary100001110011101100111001100111101000001100011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431359; }

 p { color: rgb(67,19,89); }

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

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

 a { background-color: rgb(67,19,89); }

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

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

 span { border-color: rgb(67,19,89); }

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