#431450

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

Shades of Scarlet Gum #431450

Tints of Scarlet Gum #431450

Color information

#431450 (or 0x431450) is unknown color: approx Scarlet Gum. HEX triplet: 43, 14 and 50. RGB value is (67,20,80). Sum of RGB (Red+Green+Blue) = 67+20+80=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #431450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431450 is #BCEBAF. Grayscale: #282828. Windows color (decimal): -12381104 or 5248067. OLE color: 5248067.

HSL color Cylindrical-coordinate representation of color #431450: hue angle of 287º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431450 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB672080-
CMYK0.160.7500.69
HSL287º60%19.61%-
HSV(B)287º75%31.37%-
XYZ4.012.277.82-
YUV40.89150.07146.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.12%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=40.12%
G=11.98%
B=47.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6720800.160.7500.692876019.61
Hex431450104B04511f3c14
Octal103241202011301054377424
Binary10000111010010100001000010010110100010110001111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431450; }

 p { color: rgb(67,20,80); }

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

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

 a { background-color: rgb(67,20,80); }

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

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

 span { border-color: rgb(67,20,80); }

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