Html Css Color HEX #4C105B Scarlet Gum

📋 copy color: '#4C105B'

red 76 ◦ green 16 ◦ blue 91

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

Shades of Scarlet Gum #4C105B

Tints of Scarlet Gum #4C105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 41.53%
G = 8.74%
B = 49.73%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C105B (or 0x4C105B) is known color: Scarlet Gum. HEX triplet: 4C, 10 and 5B. RGB value is (76,16,91). Sum of RGB (Red+Green+Blue) = 76+16+91=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 16 (6.64% from 255 or 8.74% 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 #4C105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C105B is #B3EFA4. Grayscale: #2A2A2A. Windows color (decimal): -11792293 or 5967948. OLE color: 5967948.

HSL color Cylindrical-coordinate representation of color #4C105B: hue angle of 288º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C105B is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 16 91 -
CMYK 0.16 0.82 0 0.64
HSL 288º 0.7% 0.21% -
HSV(B) 288º 0.82% 0.36% -
XYZ 5.05 2.66 10.15 -
YUV 42.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 76 16 91 0.16 0.82 0 0.64 288 0.7 0.21
Hex 4C 10 5B 10 52 0 40 120 46 15
Octal 114 20 133 20 122 0 100 440 106 25
Binary 1001100 10000 1011011 10000 1010010 0 1000000 100100000 1000110 10101

Color Harmonies of #4C105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C105B

Black with #4C105B

Text Example


Text Example

White with #4C105B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,91); }

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

background-color css

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

 a { background-color: rgb(76,16,91); }

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

border-color css

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

 span { border-color: rgb(76,16,91); }

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