#430D53

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

Shades of Scarlet Gum #430D53

Tints of Scarlet Gum #430D53

Color information

#430D53 (or 0x430D53) is unknown color: approx Scarlet Gum. HEX triplet: 43, 0D and 53. RGB value is (67,13,83). Sum of RGB (Red+Green+Blue) = 67+13+83=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #430D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D53 is #BCF2AC. Grayscale: #242424. Windows color (decimal): -12382893 or 5442883. OLE color: 5442883.

HSL color Cylindrical-coordinate representation of color #430D53: hue angle of 286.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430D53 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB671383-
CMYK0.190.8400.67
HSL286.29º72.92%18.82%-
HSV(B)286.29º84.34%32.55%-
XYZ4.022.118.38-
YUV37.13153.89149.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=41.10%
G=7.98%
B=50.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6713830.190.8400.67286.2972.9218.82
Hex43D53135404311e4913
Octal1031512323124010343611123
Binary10000111101101001110011101010001000011100011110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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