Html Css Color HEX #4D265A Scarlet Gum

📋 copy color: '#4D265A'

red 77 ◦ green 38 ◦ blue 90

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

Shades of Scarlet Gum #4D265A

Tints of Scarlet Gum #4D265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 37.56%
G = 18.54%
B = 43.9%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D265A (or 0x4D265A) is known color: Scarlet Gum. HEX triplet: 4D, 26 and 5A. RGB value is (77,38,90). Sum of RGB (Red+Green+Blue) = 77+38+90=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D265A is #B2D9A5. Grayscale: #373737. Windows color (decimal): -11721126 or 5908045. OLE color: 5908045.

HSL color Cylindrical-coordinate representation of color #4D265A: hue angle of 285º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D265A is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 38 90 -
CMYK 0.14 0.58 0 0.65
HSL 285º 0.41% 0.25% -
HSV(B) 285º 0.58% 0.35% -
XYZ 5.6 3.7 10.09 -
YUV 55.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 77 38 90 0.14 0.58 0 0.65 285 0.41 0.25
Hex 4D 26 5A E 3A 0 41 11D 29 19
Octal 115 46 132 16 72 0 101 435 51 31
Binary 1001101 100110 1011010 1110 111010 0 1000001 100011101 101001 11001

Color Harmonies of #4D265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D265A

Black with #4D265A

Text Example


Text Example

White with #4D265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,38,90); }

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

background-color css

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

 a { background-color: rgb(77,38,90); }

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

border-color css

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

 span { border-color: rgb(77,38,90); }

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