#430755

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

Shades of Scarlet Gum #430755

Tints of Scarlet Gum #430755

Color information

#430755 (or 0x430755) is unknown color: approx Scarlet Gum. HEX triplet: 43, 07 and 55. RGB value is (67,7,85). Sum of RGB (Red+Green+Blue) = 67+7+85=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #430755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430755 is #BCF8AA. Grayscale: #212121. Windows color (decimal): -12384427 or 5572419. OLE color: 5572419.

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

Color convert

RGB67785-
CMYK0.210.9200.67
HSL286.15º84.78%18.04%-
HSV(B)286.15º91.76%33.33%-
XYZ4.0328.77-
YUV33.83156.88151.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.14%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=42.14%
G=4.40%
B=53.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal677850.210.9200.67286.1584.7818.04
Hex43755155C04311e5512
Octal103712525134010343612522
Binary1000011111101010110101101110001000011100011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430755; }

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

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

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

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

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

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

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

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