Html Css Color HEX #4B0C59 Scarlet Gum

📋 copy color: '#4B0C59'

red 75 ◦ green 12 ◦ blue 89

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

Shades of Scarlet Gum #4B0C59

Tints of Scarlet Gum #4B0C59

RGB

 RED value IS 75 (29.69% from 255) = 42.61%

 GREEN value IS 12 (5.08% from 255) = 6.82%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 42.61%
G = 6.82%
B = 50.57%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B0C59 (or 0x4B0C59) is known color: Scarlet Gum. HEX triplet: 4B, 0C and 59. RGB value is (75,12,89). Sum of RGB (Red+Green+Blue) = 75+12+89=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B0C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0C59 is #B4F3A6. Grayscale: #272727. Windows color (decimal): -11858855 or 5835851. OLE color: 5835851.

HSL color Cylindrical-coordinate representation of color #4B0C59: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B0C59 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 12 89 -
CMYK 0.16 0.87 0 0.65
HSL 289.09º 0.76% 0.2% -
HSV(B) 289.09º 0.87% 0.35% -
XYZ 4.84 2.48 9.67 -
YUV 39.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 75 12 89 0.16 0.87 0 0.65 289.09 0.76 0.2
Hex 4B C 59 10 57 0 41 121 4C 14
Octal 113 14 131 20 127 0 101 441 114 24
Binary 1001011 1100 1011001 10000 1010111 0 1000001 100100001 1001100 10100

Color Harmonies of #4B0C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0C59

Black with #4B0C59

Text Example


Text Example

White with #4B0C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,12,89); }

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

background-color css

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

 a { background-color: rgb(75,12,89); }

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

border-color css

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

 span { border-color: rgb(75,12,89); }

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