Html Css Color HEX #4C0D5E Scarlet Gum

📋 copy color: '#4C0D5E'

red 76 ◦ green 13 ◦ blue 94

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

Shades of Scarlet Gum #4C0D5E

Tints of Scarlet Gum #4C0D5E

RGB

 RED value IS 76 (30.08% from 255) = 41.53%

 GREEN value IS 13 (5.47% from 255) = 7.1%

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 41.53%
G = 7.1%
B = 51.37%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C0D5E (or 0x4C0D5E) is known color: Scarlet Gum. HEX triplet: 4C, 0D and 5E. RGB value is (76,13,94). Sum of RGB (Red+Green+Blue) = 76+13+94=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C0D5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D5E is #B3F2A1. Grayscale: #282828. Windows color (decimal): -11793058 or 6163788. OLE color: 6163788.

HSL color Cylindrical-coordinate representation of color #4C0D5E: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C0D5E is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 13 94 -
CMYK 0.19 0.86 0 0.63
HSL 286.67º 0.76% 0.21% -
HSV(B) 286.67º 0.86% 0.37% -
XYZ 5.14 2.63 10.83 -
YUV 41.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 76 13 94 0.19 0.86 0 0.63 286.67 0.76 0.21
Hex 4C D 5E 13 56 0 3F 11F 4C 15
Octal 114 15 136 23 126 0 77 437 114 25
Binary 1001100 1101 1011110 10011 1010110 0 111111 100011111 1001100 10101

Color Harmonies of #4C0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D5E

Black with #4C0D5E

Text Example


Text Example

White with #4C0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,94); }

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

background-color css

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

 a { background-color: rgb(76,13,94); }

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

border-color css

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

 span { border-color: rgb(76,13,94); }

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