#430956

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

Shades of Scarlet Gum #430956

Tints of Scarlet Gum #430956

Color information

#430956 (or 0x430956) is unknown color: approx Scarlet Gum. HEX triplet: 43, 09 and 56. RGB value is (67,9,86). Sum of RGB (Red+Green+Blue) = 67+9+86=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #430956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430956 is #BCF6A9. Grayscale: #222222. Windows color (decimal): -12383914 or 5638467. OLE color: 5638467.

HSL color Cylindrical-coordinate representation of color #430956: hue angle of 285.19º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430956 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB67986-
CMYK0.220.9000.66
HSL285.19º81.05%18.63%-
HSV(B)285.19º89.53%33.73%-
XYZ4.092.068.99-
YUV35.12156.72150.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=41.36%
G=5.56%
B=53.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal679860.220.9000.66285.1981.0518.63
Hex43956165A04211d5113
Octal1031112626132010243512123
Binary10000111001101011010110101101001000010100011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430956; }

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

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

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

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

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

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

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

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