#431353

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

Shades of Scarlet Gum #431353

Tints of Scarlet Gum #431353

Color information

#431353 (or 0x431353) is unknown color: approx Scarlet Gum. HEX triplet: 43, 13 and 53. RGB value is (67,19,83). Sum of RGB (Red+Green+Blue) = 67+19+83=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #431353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431353 is #BCECAC. Grayscale: #282828. Windows color (decimal): -12381357 or 5444419. OLE color: 5444419.

HSL color Cylindrical-coordinate representation of color #431353: hue angle of 285º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #431353 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB671983-
CMYK0.190.7700.67
HSL285º62.75%20%-
HSV(B)285º77.11%32.55%-
XYZ4.112.288.41-
YUV40.65151.9146.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.64%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=39.64%
G=11.24%
B=49.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6719830.190.7700.6728562.7520
Hex431353134D04311d3f14
Octal103231232311501034357724
Binary10000111001110100111001110011010100001110001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431353; }

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

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

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

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

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

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

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

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