#430955

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

Shades of Scarlet Gum #430955

Tints of Scarlet Gum #430955

Color information

#430955 (or 0x430955) is unknown color: approx Scarlet Gum. HEX triplet: 43, 09 and 55. RGB value is (67,9,85). Sum of RGB (Red+Green+Blue) = 67+9+85=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #430955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430955 is #BCF6AA. Grayscale: #222222. Windows color (decimal): -12383915 or 5572931. OLE color: 5572931.

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

Color convert

RGB67985-
CMYK0.210.8900.67
HSL285.79º80.85%18.43%-
HSV(B)285.79º89.41%33.33%-
XYZ4.052.048.78-
YUV35.01156.22150.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=41.61%
G=5.59%
B=52.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal679850.210.8900.67285.7980.8518.43
Hex43955155904311e5112
Octal1031112525131010343612122
Binary10000111001101010110101101100101000011100011110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430955; }

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

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

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

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

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

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

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

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