Html Css Color HEX #4C3958 Scarlet Gum

📋 copy color: '#4C3958'

red 76 ◦ green 57 ◦ blue 88

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

Shades of Scarlet Gum #4C3958

Tints of Scarlet Gum #4C3958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 34.39%
G = 25.79%
B = 39.82%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C3958 (or 0x4C3958) is known color: Scarlet Gum. HEX triplet: 4C, 39 and 58. RGB value is (76,57,88). Sum of RGB (Red+Green+Blue) = 76+57+88=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C3958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3958 is #B3C6A7. Grayscale: #424242. Windows color (decimal): -11781800 or 5781836. OLE color: 5781836.

HSL color Cylindrical-coordinate representation of color #4C3958: hue angle of 276.77º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C3958 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 57 88 -
CMYK 0.14 0.35 0 0.65
HSL 276.77º 0.21% 0.28% -
HSV(B) 276.77º 0.35% 0.35% -
XYZ 6.21 5.17 9.9 -
YUV 66.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 76 57 88 0.14 0.35 0 0.65 276.77 0.21 0.28
Hex 4C 39 58 E 23 0 41 115 15 1C
Octal 114 71 130 16 43 0 101 425 25 34
Binary 1001100 111001 1011000 1110 100011 0 1000001 100010101 10101 11100

Color Harmonies of #4C3958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3958

Black with #4C3958

Text Example


Text Example

White with #4C3958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,88); }

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

background-color css

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

 a { background-color: rgb(76,57,88); }

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

border-color css

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

 span { border-color: rgb(76,57,88); }

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