#43085D

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

Shades of Scarlet Gum #43085D

Tints of Scarlet Gum #43085D

Color information

#43085D (or 0x43085D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 08 and 5D. RGB value is (67,8,93). Sum of RGB (Red+Green+Blue) = 67+8+93=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #43085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43085D is #BCF7A2. Grayscale: #232323. Windows color (decimal): -12384163 or 6096963. OLE color: 6096963.

HSL color Cylindrical-coordinate representation of color #43085D: hue angle of 281.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43085D is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67893-
CMYK0.280.9100.64
HSL281.65º84.16%19.8%-
HSV(B)281.65º91.4%36.47%-
XYZ4.382.1610.54-
YUV35.33160.55150.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.88%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=39.88%
G=4.76%
B=55.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal678930.280.9100.64281.6584.1619.8
Hex4385D1C5B04011a5414
Octal1031013534133010043212424
Binary10000111000101110111100101101101000000100011010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43085D; }

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

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

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

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

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

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

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

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