#43125C

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

Shades of Scarlet Gum #43125C

Tints of Scarlet Gum #43125C

Color information

#43125C (or 0x43125C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 12 and 5C. RGB value is (67,18,92). Sum of RGB (Red+Green+Blue) = 67+18+92=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #43125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43125C is #BCEDA3. Grayscale: #282828. Windows color (decimal): -12381604 or 6033987. OLE color: 6033987.

HSL color Cylindrical-coordinate representation of color #43125C: hue angle of 279.73º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43125C is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB671892-
CMYK0.270.8000.64
HSL279.73º67.27%21.57%-
HSV(B)279.73º80.43%36.08%-
XYZ4.462.410.35-
YUV41.09156.73146.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.85%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=37.85%
G=10.17%
B=51.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6718920.270.8000.64279.7367.2721.57
Hex43125C1B500401184316
Octal1032213433120010043010326
Binary100001110010101110011011101000001000000100011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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