#43245D

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

Shades of Scarlet Gum #43245D

Tints of Scarlet Gum #43245D

Color information

#43245D (or 0x43245D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 24 and 5D. RGB value is (67,36,93). Sum of RGB (Red+Green+Blue) = 67+36+93=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #43245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43245D is #BCDBA2. Grayscale: #333333. Windows color (decimal): -12376995 or 6104131. OLE color: 6104131.

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

Color convert

RGB673693-
CMYK0.280.6100.64
HSL272.63º44.19%25.29%-
HSV(B)272.63º61.29%36.47%-
XYZ4.923.2510.72-
YUV51.77151.27138.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=34.18%
G=18.37%
B=47.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6736930.280.6100.64272.6344.1925.29
Hex43245D1C3D0401112c19
Octal10344135347501004215431
Binary10000111001001011101111001111010100000010001000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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