#43235D

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

Shades of Scarlet Gum #43235D

Tints of Scarlet Gum #43235D

Color information

#43235D (or 0x43235D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 23 and 5D. RGB value is (67,35,93). Sum of RGB (Red+Green+Blue) = 67+35+93=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #43235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43235D is #BCDCA2. Grayscale: #323232. Windows color (decimal): -12377251 or 6103875. OLE color: 6103875.

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

Color convert

RGB673593-
CMYK0.280.6200.64
HSL273.1º45.31%25.1%-
HSV(B)273.1º62.37%36.47%-
XYZ4.893.1910.71-
YUV51.18151.6139.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=34.36%
G=17.95%
B=47.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6735930.280.6200.64273.145.3125.1
Hex43235D1C3E0401112d19
Octal10343135347601004215531
Binary10000111000111011101111001111100100000010001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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