#4B2855

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

Shades of Scarlet Gum #4B2855

Tints of Scarlet Gum #4B2855

Color information

#4B2855 (or 0x4B2855) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 28 and 55. RGB value is (75,40,85). Sum of RGB (Red+Green+Blue) = 75+40+85=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B2855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2855 is #B4D7AA. Grayscale: #373737. Windows color (decimal): -11851691 or 5580875. OLE color: 5580875.

HSL color Cylindrical-coordinate representation of color #4B2855: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2855 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB754085-
CMYK0.120.5300.67
HSL286.67º36%24.51%-
HSV(B)286.67º52.94%33.33%-
XYZ5.33.679.02-
YUV55.6144.6141.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=37.5%
G=20%
B=42.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7540850.120.5300.67286.673624.51
Hex4B2855C3504311f2419
Octal11350125146501034374431
Binary1001011101000101010111001101010100001110001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,85); }

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

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

 a { background-color: rgb(75,40,85); }

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

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

 span { border-color: rgb(75,40,85); }

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