Html Css Color HEX #4C235F Scarlet Gum

📋 copy color: '#4C235F'

red 76 ◦ green 35 ◦ blue 95

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

Shades of Scarlet Gum #4C235F

Tints of Scarlet Gum #4C235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 36.89%
G = 16.99%
B = 46.12%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C235F (or 0x4C235F) is known color: Scarlet Gum. HEX triplet: 4C, 23 and 5F. RGB value is (76,35,95). Sum of RGB (Red+Green+Blue) = 76+35+95=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C235F is #B3DCA0. Grayscale: #353535. Windows color (decimal): -11787425 or 6234956. OLE color: 6234956.

HSL color Cylindrical-coordinate representation of color #4C235F: hue angle of 281º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C235F is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 35 95 -
CMYK 0.20 0.63 0 0.63
HSL 281º 0.46% 0.25% -
HSV(B) 281º 0.63% 0.37% -
XYZ 5.65 3.56 11.22 -
YUV 54.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 76 35 95 0.20 0.63 0 0.63 281 0.46 0.25
Hex 4C 23 5F 14 3F 0 3F 119 2E 19
Octal 114 43 137 24 77 0 77 431 56 31
Binary 1001100 100011 1011111 10100 111111 0 111111 100011001 101110 11001

Color Harmonies of #4C235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C235F

Black with #4C235F

Text Example


Text Example

White with #4C235F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,95); }

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

background-color css

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

 a { background-color: rgb(76,35,95); }

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

border-color css

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

 span { border-color: rgb(76,35,95); }

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