#43215A

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

Shades of Scarlet Gum #43215A

Tints of Scarlet Gum #43215A

Color information

#43215A (or 0x43215A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 21 and 5A. RGB value is (67,33,90). Sum of RGB (Red+Green+Blue) = 67+33+90=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #43215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43215A is #BCDEA5. Grayscale: #313131. Windows color (decimal): -12377766 or 5906755. OLE color: 5906755.

HSL color Cylindrical-coordinate representation of color #43215A: hue angle of 275.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43215A is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB673390-
CMYK0.260.6300.65
HSL275.79º46.34%24.12%-
HSV(B)275.79º63.33%35.29%-
XYZ4.73.0210.01-
YUV49.66150.76140.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=35.26%
G=17.37%
B=47.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6733900.260.6300.65275.7946.3424.12
Hex43215A1A3F0411142e18
Octal10341132327701014245630
Binary10000111000011011010110101111110100000110001010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43215A; }

 p { color: rgb(67,33,90); }

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

<style>
 a { background-color: #43215A; }

 a { background-color: rgb(67,33,90); }

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

<style>
 span { border-color: #43215A; }

 span { border-color: rgb(67,33,90); }

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