#43254C

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

Shades of Scarlet Gum #43254C

Tints of Scarlet Gum #43254C

Color information

#43254C (or 0x43254C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 25 and 4C. RGB value is (67,37,76). Sum of RGB (Red+Green+Blue) = 67+37+76=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #43254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43254C is #BCDAB3. Grayscale: #323232. Windows color (decimal): -12376756 or 4990275. OLE color: 4990275.

HSL color Cylindrical-coordinate representation of color #43254C: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43254C is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB673776-
CMYK0.120.5100.70
HSL286.15º34.51%22.16%-
HSV(B)286.15º51.32%29.8%-
XYZ4.283.047.2-
YUV50.42142.44139.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=37.22%
G=20.56%
B=42.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6737760.120.5100.70286.1534.5122.16
Hex43254CC3304611e2316
Octal10345114146301064364326
Binary1000011100101100110011001100110100011010001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43254C; }

 p { color: rgb(67,37,76); }

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

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

 a { background-color: rgb(67,37,76); }

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

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

 span { border-color: rgb(67,37,76); }

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