Html Css Color HEX #4C235A Scarlet Gum

📋 copy color: '#4C235A'

red 76 ◦ green 35 ◦ blue 90

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

Shades of Scarlet Gum #4C235A

Tints of Scarlet Gum #4C235A

RGB

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

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

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

R = 37.81%
G = 17.41%
B = 44.78%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C235A (or 0x4C235A) is known color: Scarlet Gum. HEX triplet: 4C, 23 and 5A. RGB value is (76,35,90). Sum of RGB (Red+Green+Blue) = 76+35+90=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C235A is #B3DCA5. Grayscale: #353535. Windows color (decimal): -11787430 or 5907276. OLE color: 5907276.

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

Color convert

RGB 76 35 90 -
CMYK 0.16 0.61 0 0.65
HSL 284.73º 0.44% 0.25% -
HSV(B) 284.73º 0.61% 0.35% -
XYZ 5.43 3.48 10.06 -
YUV 53.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 76 35 90 0.16 0.61 0 0.65 284.73 0.44 0.25
Hex 4C 23 5A 10 3D 0 41 11D 2C 19
Octal 114 43 132 20 75 0 101 435 54 31
Binary 1001100 100011 1011010 10000 111101 0 1000001 100011101 101100 11001

Color Harmonies of #4C235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C235A

Black with #4C235A

Text Example


Text Example

White with #4C235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,90); }

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

background-color css

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

 a { background-color: rgb(76,35,90); }

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

border-color css

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

 span { border-color: rgb(76,35,90); }

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