#430856

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

Shades of Scarlet Gum #430856

Tints of Scarlet Gum #430856

Color information

#430856 (or 0x430856) is unknown color: approx Scarlet Gum. HEX triplet: 43, 08 and 56. RGB value is (67,8,86). Sum of RGB (Red+Green+Blue) = 67+8+86=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #430856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430856 is #BCF7A9. Grayscale: #222222. Windows color (decimal): -12384170 or 5638211. OLE color: 5638211.

HSL color Cylindrical-coordinate representation of color #430856: hue angle of 285.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430856 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB67886-
CMYK0.220.9100.66
HSL285.38º82.98%18.43%-
HSV(B)285.38º90.7%33.73%-
XYZ4.082.048.98-
YUV34.53157.05151.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=41.61%
G=4.97%
B=53.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal678860.220.9100.66285.3882.9818.43
Hex43856165B04211d5312
Octal1031012626133010243512322
Binary10000111000101011010110101101101000010100011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430856; }

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

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

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

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

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

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

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

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