#43135C

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

Shades of Scarlet Gum #43135C

Tints of Scarlet Gum #43135C

Color information

#43135C (or 0x43135C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 13 and 5C. RGB value is (67,19,92). Sum of RGB (Red+Green+Blue) = 67+19+92=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #43135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43135C is #BCECA3. Grayscale: #292929. Windows color (decimal): -12381348 or 6034243. OLE color: 6034243.

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

Color convert

RGB671992-
CMYK0.270.7900.64
HSL279.45º65.77%21.76%-
HSV(B)279.45º79.35%36.08%-
XYZ4.482.4310.36-
YUV41.67156.4146.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.64%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=37.64%
G=10.67%
B=51.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6719920.270.7900.64279.4565.7721.76
Hex43135C1B4F0401174216
Octal1032313433117010042710226
Binary100001110011101110011011100111101000000100010111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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