Html Css Color HEX #4C3F53 Scarlet Gum

📋 copy color: '#4C3F53'

red 76 ◦ green 63 ◦ blue 83

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

Shades of Scarlet Gum #4C3F53

Tints of Scarlet Gum #4C3F53

RGB

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

 GREEN value IS 63 (25% from 255) = 28.38%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 34.23%
G = 28.38%
B = 37.39%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C3F53 (or 0x4C3F53) is known color: Scarlet Gum. HEX triplet: 4C, 3F and 53. RGB value is (76,63,83). Sum of RGB (Red+Green+Blue) = 76+63+83=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C3F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3F53 is #B3C0AC. Grayscale: #454545. Windows color (decimal): -11780269 or 5455692. OLE color: 5455692.

HSL color Cylindrical-coordinate representation of color #4C3F53: hue angle of 279º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C3F53 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 63 83 -
CMYK 0.08 0.24 0 0.67
HSL 279º 0.14% 0.29% -
HSV(B) 279º 0.24% 0.33% -
XYZ 6.32 5.72 8.95 -
YUV 69.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 76 63 83 0.08 0.24 0 0.67 279 0.14 0.29
Hex 4C 3F 53 8 18 0 43 117 E 1D
Octal 114 77 123 10 30 0 103 427 16 35
Binary 1001100 111111 1010011 1000 11000 0 1000011 100010111 1110 11101

Color Harmonies of #4C3F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3F53

Black with #4C3F53

Text Example


Text Example

White with #4C3F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,63,83); }

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

background-color css

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

 a { background-color: rgb(76,63,83); }

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

border-color css

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

 span { border-color: rgb(76,63,83); }

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