#43214F

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

Shades of Scarlet Gum #43214F

Tints of Scarlet Gum #43214F

Color information

#43214F (or 0x43214F) is unknown color: approx Scarlet Gum. HEX triplet: 43, 21 and 4F. RGB value is (67,33,79). Sum of RGB (Red+Green+Blue) = 67+33+79=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #43214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43214F is #BCDEB0. Grayscale: #303030. Windows color (decimal): -12377777 or 5185859. OLE color: 5185859.

HSL color Cylindrical-coordinate representation of color #43214F: hue angle of 284.35º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43214F is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB673379-
CMYK0.150.5800.69
HSL284.35º41.07%21.96%-
HSV(B)284.35º58.23%30.98%-
XYZ4.272.857.72-
YUV48.41145.26141.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=37.43%
G=18.44%
B=44.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6733790.150.5800.69284.3541.0721.96
Hex43214FF3A04511c2916
Octal10341117177201054345126
Binary1000011100001100111111111110100100010110001110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43214F; }

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

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

<style>
 a { background-color: #43214F; }

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

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

<style>
 span { border-color: #43214F; }

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

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