#43225B

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

Shades of Scarlet Gum #43225B

Tints of Scarlet Gum #43225B

Color information

#43225B (or 0x43225B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 22 and 5B. RGB value is (67,34,91). Sum of RGB (Red+Green+Blue) = 67+34+91=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #43225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43225B is #BCDDA4. Grayscale: #323232. Windows color (decimal): -12377509 or 5972547. OLE color: 5972547.

HSL color Cylindrical-coordinate representation of color #43225B: hue angle of 274.74º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43225B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673491-
CMYK0.260.6300.64
HSL274.74º45.6%24.51%-
HSV(B)274.74º62.64%35.69%-
XYZ4.783.0910.24-
YUV50.36150.93139.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=34.90%
G=17.71%
B=47.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6734910.260.6300.64274.7445.624.51
Hex43225B1A3F0401132e19
Octal10342133327701004235631
Binary10000111000101011011110101111110100000010001001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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