#4B095B

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

Shades of Scarlet Gum #4B095B

Tints of Scarlet Gum #4B095B

Color information

#4B095B (or 0x4B095B) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 09 and 5B. RGB value is (75,9,91). Sum of RGB (Red+Green+Blue) = 75+9+91=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B095B is #B4F6A4. Grayscale: #252525. Windows color (decimal): -11859621 or 5966155. OLE color: 5966155.

HSL color Cylindrical-coordinate representation of color #4B095B: hue angle of 288.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B095B is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75991-
CMYK0.180.9000.64
HSL288.29º82%19.61%-
HSV(B)288.29º90.11%35.69%-
XYZ4.892.4510.11-
YUV38.08157.87154.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 91 (35.94% from 255) = 52%
R=42.86%
G=5.14%
B=52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal759910.180.9000.64288.298219.61
Hex4B95B125A0401205214
Octal1131113322132010044012224
Binary10010111001101101110010101101001000000100100000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,9,91); }

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

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

 a { background-color: rgb(75,9,91); }

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

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

 span { border-color: rgb(75,9,91); }

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