Html Css Color HEX #4C1265 Scarlet Gum

📋 copy color: '#4C1265'

red 76 ◦ green 18 ◦ blue 101

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

Shades of Scarlet Gum #4C1265

Tints of Scarlet Gum #4C1265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.79%

R = 38.97%
G = 9.23%
B = 51.79%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C1265 (or 0x4C1265) is known color: Scarlet Gum. HEX triplet: 4C, 12 and 65. RGB value is (76,18,101). Sum of RGB (Red+Green+Blue) = 76+18+101=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C1265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1265 is #B3ED9A. Grayscale: #2C2C2C. Windows color (decimal): -11791771 or 6623820. OLE color: 6623820.

HSL color Cylindrical-coordinate representation of color #4C1265: hue angle of 281.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1265 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 18 101 -
CMYK 0.25 0.82 0 0.60
HSL 281.93º 0.7% 0.23% -
HSV(B) 281.93º 0.82% 0.4% -
XYZ 5.55 2.91 12.58 -
YUV 44.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 76 18 101 0.25 0.82 0 0.60 281.93 0.7 0.23
Hex 4C 12 65 19 52 0 3C 11A 46 17
Octal 114 22 145 31 122 0 74 432 106 27
Binary 1001100 10010 1100101 11001 1010010 0 111100 100011010 1000110 10111

Color Harmonies of #4C1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1265

Black with #4C1265

Text Example


Text Example

White with #4C1265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,18,101); }

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

background-color css

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

 a { background-color: rgb(76,18,101); }

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

border-color css

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

 span { border-color: rgb(76,18,101); }

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