#430D51

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

Shades of Scarlet Gum #430D51

Tints of Scarlet Gum #430D51

Color information

#430D51 (or 0x430D51) is unknown color: approx Scarlet Gum. HEX triplet: 43, 0D and 51. RGB value is (67,13,81). Sum of RGB (Red+Green+Blue) = 67+13+81=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #430D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D51 is #BCF2AE. Grayscale: #242424. Windows color (decimal): -12382895 or 5311811. OLE color: 5311811.

HSL color Cylindrical-coordinate representation of color #430D51: hue angle of 287.65º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430D51 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB671381-
CMYK0.170.8400.68
HSL287.65º72.34%18.43%-
HSV(B)287.65º83.95%31.76%-
XYZ3.942.087.98-
YUV36.9152.89149.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=41.61%
G=8.07%
B=50.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6713810.170.8400.68287.6572.3418.43
Hex43D5111540441204812
Octal1031512121124010444011022
Binary10000111101101000110001101010001000100100100000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430D51; }

 p { color: rgb(67,13,81); }

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

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

 a { background-color: rgb(67,13,81); }

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

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

 span { border-color: rgb(67,13,81); }

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