#43165F

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

Shades of Scarlet Gum #43165F

Tints of Scarlet Gum #43165F

Color information

#43165F (or 0x43165F) is unknown color: approx Scarlet Gum. HEX triplet: 43, 16 and 5F. RGB value is (67,22,95). Sum of RGB (Red+Green+Blue) = 67+22+95=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #43165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43165F is #BCE9A0. Grayscale: #2B2B2B. Windows color (decimal): -12380577 or 6231619. OLE color: 6231619.

HSL color Cylindrical-coordinate representation of color #43165F: hue angle of 276.99º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43165F is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB672295-
CMYK0.290.7700.63
HSL276.99º62.39%22.94%-
HSV(B)276.99º76.84%37.25%-
XYZ4.672.5911.08-
YUV43.78156.91144.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.41%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 95 (37.5% from 255) = 51.63%
R=36.41%
G=11.96%
B=51.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6722950.290.7700.63276.9962.3922.94
Hex43165F1D4D03F1153e17
Octal10326137351150774257627
Binary1000011101101011111111011001101011111110001010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,22,95); }

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

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

 a { background-color: rgb(67,22,95); }

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

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

 span { border-color: rgb(67,22,95); }

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