Html Css Color HEX #4B125A Scarlet Gum

📋 copy color: '#4B125A'

red 75 ◦ green 18 ◦ blue 90

#4B125A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4B125A

Tints of Scarlet Gum #4B125A

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 value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B125A (or 0x4B125A) is known color: 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

RGB 75 18 90 -
CMYK 0.17 0.80 0 0.65
HSL 287.5º 0.67% 0.21% -
HSV(B) 287.5º 0.8% 0.35% -
XYZ 4.96 2.67 9.93 -
YUV 43.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 75 18 90 0.17 0.80 0 0.65 287.5 0.67 0.21
Hex 4B 12 5A 11 50 0 41 120 43 15
Octal 113 22 132 21 120 0 101 440 103 25
Binary 1001011 10010 1011010 10001 1010000 0 1000001 100100000 1000011 10101

Color Harmonies of #4B125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B125A

Black with #4B125A

Text Example


Text Example

White with #4B125A

Text Example


Text Example

HTML Codes & Css Web 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>