#4C235C

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

Shades of Scarlet Gum #4C235C

Tints of Scarlet Gum #4C235C

Color information

#4C235C (or 0x4C235C) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 23 and 5C. RGB value is (76,35,92). Sum of RGB (Red+Green+Blue) = 76+35+92=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C235C is #B3DCA3. Grayscale: #353535. Windows color (decimal): -11787428 or 6038348. OLE color: 6038348.

HSL color Cylindrical-coordinate representation of color #4C235C: hue angle of 283.16º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C235C is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB763592-
CMYK0.170.6200.64
HSL283.16º44.88%24.9%-
HSV(B)283.16º61.96%36.08%-
XYZ5.513.5110.51-
YUV53.76149.58143.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=37.44%
G=17.24%
B=45.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7635920.170.6200.64283.1644.8824.9
Hex4C235C113E04011b2d19
Octal11443134217601004335531
Binary10011001000111011100100011111100100000010001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C235C; }

 p { color: rgb(76,35,92); }

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

<style>
 a { background-color: #4C235C; }

 a { background-color: rgb(76,35,92); }

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

<style>
 span { border-color: #4C235C; }

 span { border-color: rgb(76,35,92); }

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