#43255C

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

Shades of Scarlet Gum #43255C

Tints of Scarlet Gum #43255C

Color information

#43255C (or 0x43255C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 25 and 5C. RGB value is (67,37,92). Sum of RGB (Red+Green+Blue) = 67+37+92=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #43255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43255C is #BCDAA3. Grayscale: #343434. Windows color (decimal): -12376740 or 6038851. OLE color: 6038851.

HSL color Cylindrical-coordinate representation of color #43255C: hue angle of 272.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43255C is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673792-
CMYK0.270.6000.64
HSL272.73º42.64%25.29%-
HSV(B)272.73º59.78%36.08%-
XYZ4.913.2910.5-
YUV52.24150.44138.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=34.18%
G=18.88%
B=46.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6737920.270.6000.64272.7342.6425.29
Hex43255C1B3C0401112b19
Octal10345134337401004215331
Binary10000111001011011100110111111000100000010001000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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