Html Css Color HEX #4C3257 Scarlet Gum

📋 copy color: '#4C3257'

red 76 ◦ green 50 ◦ blue 87

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

Shades of Scarlet Gum #4C3257

Tints of Scarlet Gum #4C3257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 35.68%
G = 23.47%
B = 40.85%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4C3257 (or 0x4C3257) is known color: Scarlet Gum. HEX triplet: 4C, 32 and 57. RGB value is (76,50,87). Sum of RGB (Red+Green+Blue) = 76+50+87=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C3257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3257 is #B3CDA8. Grayscale: #3D3D3D. Windows color (decimal): -11783593 or 5714508. OLE color: 5714508.

HSL color Cylindrical-coordinate representation of color #4C3257: hue angle of 282.16º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C3257 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 76 50 87 -
CMYK 0.13 0.43 0 0.66
HSL 282.16º 0.27% 0.27% -
HSV(B) 282.16º 0.43% 0.34% -
XYZ 5.84 4.51 9.58 -
YUV 61.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 76 50 87 0.13 0.43 0 0.66 282.16 0.27 0.27
Hex 4C 32 57 D 2B 0 42 11A 1B 1B
Octal 114 62 127 15 53 0 102 432 33 33
Binary 1001100 110010 1010111 1101 101011 0 1000010 100011010 11011 11011

Color Harmonies of #4C3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3257

Black with #4C3257

Text Example


Text Example

White with #4C3257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,87); }

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

background-color css

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

 a { background-color: rgb(76,50,87); }

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

border-color css

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

 span { border-color: rgb(76,50,87); }

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