Html Css Color HEX #4C3D54 Scarlet Gum

📋 copy color: '#4C3D54'

red 76 ◦ green 61 ◦ blue 84

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

Shades of Scarlet Gum #4C3D54

Tints of Scarlet Gum #4C3D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 34.39%
G = 27.6%
B = 38.01%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C3D54 (or 0x4C3D54) is known color: Scarlet Gum. HEX triplet: 4C, 3D and 54. RGB value is (76,61,84). Sum of RGB (Red+Green+Blue) = 76+61+84=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C3D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D54 is #B3C2AB. Grayscale: #444444. Windows color (decimal): -11780780 or 5520716. OLE color: 5520716.

HSL color Cylindrical-coordinate representation of color #4C3D54: hue angle of 279.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C3D54 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 61 84 -
CMYK 0.10 0.27 0 0.67
HSL 279.13º 0.16% 0.28% -
HSV(B) 279.13º 0.27% 0.33% -
XYZ 6.25 5.51 9.12 -
YUV 68.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 76 61 84 0.10 0.27 0 0.67 279.13 0.16 0.28
Hex 4C 3D 54 A 1B 0 43 117 10 1C
Octal 114 75 124 12 33 0 103 427 20 34
Binary 1001100 111101 1010100 1010 11011 0 1000011 100010111 10000 11100

Color Harmonies of #4C3D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3D54

Black with #4C3D54

Text Example


Text Example

White with #4C3D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,61,84); }

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

background-color css

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

 a { background-color: rgb(76,61,84); }

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

border-color css

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

 span { border-color: rgb(76,61,84); }

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