Html Css Color HEX #4A125B Scarlet Gum

📋 copy color: '#4A125B'

red 74 ◦ green 18 ◦ blue 91

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

Shades of Scarlet Gum #4A125B

Tints of Scarlet Gum #4A125B

RGB

 RED value IS 74 (29.3% from 255) = 40.44%

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 40.44%
G = 9.84%
B = 49.73%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A125B (or 0x4A125B) is known color: Scarlet Gum. HEX triplet: 4A, 12 and 5B. RGB value is (74,18,91). Sum of RGB (Red+Green+Blue) = 74+18+91=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A125B is #B5EDA4. Grayscale: #2A2A2A. Windows color (decimal): -11922853 or 5968458. OLE color: 5968458.

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

Color convert

RGB 74 18 91 -
CMYK 0.19 0.80 0 0.64
HSL 286.03º 0.67% 0.21% -
HSV(B) 286.03º 0.8% 0.36% -
XYZ 4.93 2.64 10.15 -
YUV 43.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 74 18 91 0.19 0.80 0 0.64 286.03 0.67 0.21
Hex 4A 12 5B 13 50 0 40 11E 43 15
Octal 112 22 133 23 120 0 100 436 103 25
Binary 1001010 10010 1011011 10011 1010000 0 1000000 100011110 1000011 10101

Color Harmonies of #4A125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A125B

Black with #4A125B

Text Example


Text Example

White with #4A125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,18,91); }

 H1.HeaderClassName
 {
   color: #4A125B;
 }
 .AnyTagClassName
 {
   color: #4A125B;
 }
</style>

background-color css

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

 a { background-color: rgb(74,18,91); }

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

border-color css

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

 span { border-color: rgb(74,18,91); }

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