#43165A

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

Shades of Scarlet Gum #43165A

Tints of Scarlet Gum #43165A

Color information

#43165A (or 0x43165A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 16 and 5A. RGB value is (67,22,90). Sum of RGB (Red+Green+Blue) = 67+22+90=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #43165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43165A is #BCE9A5. Grayscale: #2A2A2A. Windows color (decimal): -12380582 or 5903939. OLE color: 5903939.

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

Color convert

RGB672290-
CMYK0.260.7600.65
HSL279.71º60.71%21.96%-
HSV(B)279.71º75.56%35.29%-
XYZ4.452.519.92-
YUV43.21154.41144.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.43%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=37.43%
G=12.29%
B=50.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6722900.260.7600.65279.7160.7121.96
Hex43165A1A4C0411183d16
Octal103261323211401014307526
Binary10000111011010110101101010011000100000110001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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