#431555

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

Shades of Scarlet Gum #431555

Tints of Scarlet Gum #431555

Color information

#431555 (or 0x431555) is unknown color: approx Scarlet Gum. HEX triplet: 43, 15 and 55. RGB value is (67,21,85). Sum of RGB (Red+Green+Blue) = 67+21+85=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #431555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431555 is #BCEAAA. Grayscale: #292929. Windows color (decimal): -12380843 or 5576003. OLE color: 5576003.

HSL color Cylindrical-coordinate representation of color #431555: hue angle of 283.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431555 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB672185-
CMYK0.210.7500.67
HSL283.12º60.38%20.78%-
HSV(B)283.12º75.29%33.33%-
XYZ4.222.398.83-
YUV42.05152.24145.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.73%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=38.73%
G=12.14%
B=49.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6721850.210.7500.67283.1260.3820.78
Hex431555154B04311b3c15
Octal103251252511301034337425
Binary10000111010110101011010110010110100001110001101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431555; }

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

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

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

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

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

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

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

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