#43125F

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

Shades of Scarlet Gum #43125F

Tints of Scarlet Gum #43125F

Color information

#43125F (or 0x43125F) is unknown color: approx Scarlet Gum. HEX triplet: 43, 12 and 5F. RGB value is (67,18,95). Sum of RGB (Red+Green+Blue) = 67+18+95=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #43125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43125F is #BCEDA0. Grayscale: #292929. Windows color (decimal): -12381601 or 6230595. OLE color: 6230595.

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

Color convert

RGB671895-
CMYK0.290.8100.63
HSL278.18º68.14%22.16%-
HSV(B)278.18º81.05%37.25%-
XYZ4.62.4511.06-
YUV41.43158.23146.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=37.22%
G=10%
B=52.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6718950.290.8100.63278.1868.1422.16
Hex43125F1D5103F1164416
Octal103221373512107742610426
Binary10000111001010111111110110100010111111100010110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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