#43284B

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

Shades of Scarlet Gum #43284B

Tints of Scarlet Gum #43284B

Color information

#43284B (or 0x43284B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 28 and 4B. RGB value is (67,40,75). Sum of RGB (Red+Green+Blue) = 67+40+75=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #43284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43284B is #BCD7B4. Grayscale: #333333. Windows color (decimal): -12375989 or 4925507. OLE color: 4925507.

HSL color Cylindrical-coordinate representation of color #43284B: hue angle of 286.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43284B is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB674075-
CMYK0.110.4700.71
HSL286.29º30.43%22.55%-
HSV(B)286.29º46.67%29.41%-
XYZ4.343.227.05-
YUV52.06140.95138.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.81%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=36.81%
G=21.98%
B=41.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6740750.110.4700.71286.2930.4322.55
Hex43284BB2F04711e1e17
Octal10350113135701074363627
Binary100001110100010010111011101111010001111000111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43284B; }

 p { color: rgb(67,40,75); }

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

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

 a { background-color: rgb(67,40,75); }

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

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

 span { border-color: rgb(67,40,75); }

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