#4B125A

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

Shades of Scarlet Gum #4B125A

Tints of Scarlet Gum #4B125A

Color information

#4B125A (or 0x4B125A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 12 and 5A. RGB value is (75,18,90). Sum of RGB (Red+Green+Blue) = 75+18+90=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B125A is #B4EDA5. Grayscale: #2B2B2B. Windows color (decimal): -11857318 or 5902923. OLE color: 5902923.

HSL color Cylindrical-coordinate representation of color #4B125A: hue angle of 287.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B125A is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB751890-
CMYK0.170.8000.65
HSL287.5º66.67%21.18%-
HSV(B)287.5º80%35.29%-
XYZ4.962.679.93-
YUV43.25154.38150.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=40.98%
G=9.84%
B=49.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7518900.170.8000.65287.566.6721.18
Hex4B125A11500411204315
Octal1132213221120010144010325
Binary100101110010101101010001101000001000001100100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,18,90); }

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

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

 a { background-color: rgb(75,18,90); }

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

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

 span { border-color: rgb(75,18,90); }

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