Html Css Color HEX #4D235C Scarlet Gum

📋 copy color: '#4D235C'

red 77 ◦ green 35 ◦ blue 92

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

Shades of Scarlet Gum #4D235C

Tints of Scarlet Gum #4D235C

RGB

 RED value IS 77 (30.47% from 255) = 37.75%

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 37.75%
G = 17.16%
B = 45.1%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D235C (or 0x4D235C) is known color: Scarlet Gum. HEX triplet: 4D, 23 and 5C. RGB value is (77,35,92). Sum of RGB (Red+Green+Blue) = 77+35+92=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D235C is #B2DCA3. Grayscale: #353535. Windows color (decimal): -11721892 or 6038349. OLE color: 6038349.

HSL color Cylindrical-coordinate representation of color #4D235C: hue angle of 284.21º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D235C is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 35 92 -
CMYK 0.16 0.62 0 0.64
HSL 284.21º 0.45% 0.25% -
HSV(B) 284.21º 0.62% 0.36% -
XYZ 5.59 3.55 10.52 -
YUV 54.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 77 35 92 0.16 0.62 0 0.64 284.21 0.45 0.25
Hex 4D 23 5C 10 3E 0 40 11C 2D 19
Octal 115 43 134 20 76 0 100 434 55 31
Binary 1001101 100011 1011100 10000 111110 0 1000000 100011100 101101 11001

Color Harmonies of #4D235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D235C

Black with #4D235C

Text Example


Text Example

White with #4D235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,92); }

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

background-color css

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

 a { background-color: rgb(77,35,92); }

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

border-color css

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

 span { border-color: rgb(77,35,92); }

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