#4B1363

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

Shades of Scarlet Gum #4B1363

Tints of Scarlet Gum #4B1363

Color information

#4B1363 (or 0x4B1363) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 13 and 63. RGB value is (75,19,99). Sum of RGB (Red+Green+Blue) = 75+19+99=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1363 is #B4EC9C. Grayscale: #2C2C2C. Windows color (decimal): -11857053 or 6493003. OLE color: 6493003.

HSL color Cylindrical-coordinate representation of color #4B1363: hue angle of 282º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1363 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB751999-
CMYK0.240.8100.61
HSL282º67.8%23.14%-
HSV(B)282º80.81%38.82%-
XYZ5.392.8612.07-
YUV44.86158.55149.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=38.86%
G=9.84%
B=51.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7519990.240.8100.6128267.823.14
Hex4B1363185103D11a4417
Octal113231433012107543210427
Binary10010111001111000111100010100010111101100011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,99); }

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

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

 a { background-color: rgb(75,19,99); }

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

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

 span { border-color: rgb(75,19,99); }

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