#43235B

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

Shades of Scarlet Gum #43235B

Tints of Scarlet Gum #43235B

Color information

#43235B (or 0x43235B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 23 and 5B. RGB value is (67,35,91). Sum of RGB (Red+Green+Blue) = 67+35+91=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #43235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43235B is #BCDCA4. Grayscale: #323232. Windows color (decimal): -12377253 or 5972803. OLE color: 5972803.

HSL color Cylindrical-coordinate representation of color #43235B: hue angle of 274.29º degrees, saturation: 0.44, 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 #43235B is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673591-
CMYK0.260.6200.64
HSL274.29º44.44%24.71%-
HSV(B)274.29º61.54%35.69%-
XYZ4.83.1510.25-
YUV50.95150.6139.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=34.72%
G=18.13%
B=47.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6735910.260.6200.64274.2944.4424.71
Hex43235B1A3E0401122c19
Octal10343133327601004225431
Binary10000111000111011011110101111100100000010001001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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