Html Css Color HEX #50235C Scarlet Gum

📋 copy color: '#50235C'

red 80 ◦ green 35 ◦ blue 92

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

Shades of Scarlet Gum #50235C

Tints of Scarlet Gum #50235C

RGB

 RED value IS 80 (31.64% from 255) = 38.65%

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

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

R = 38.65%
G = 16.91%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50235C (or 0x50235C) is known color: Scarlet Gum. HEX triplet: 50, 23 and 5C. RGB value is (80,35,92). Sum of RGB (Red+Green+Blue) = 80+35+92=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #50235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50235C is #AFDCA3. Grayscale: #363636. Windows color (decimal): -11525284 or 6038352. OLE color: 6038352.

HSL color Cylindrical-coordinate representation of color #50235C: hue angle of 287.37º 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 #50235C is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 35 92 -
CMYK 0.13 0.62 0 0.64
HSL 287.37º 0.45% 0.25% -
HSV(B) 287.37º 0.62% 0.36% -
XYZ 5.84 3.68 10.53 -
YUV 54.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 80 35 92 0.13 0.62 0 0.64 287.37 0.45 0.25
Hex 50 23 5C D 3E 0 40 11F 2D 19
Octal 120 43 134 15 76 0 100 437 55 31
Binary 1010000 100011 1011100 1101 111110 0 1000000 100011111 101101 11001

Color Harmonies of #50235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50235C

Black with #50235C

Text Example


Text Example

White with #50235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50235C; }

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

 H1.HeaderClassName
 {
   color: #50235C;
 }
 .AnyTagClassName
 {
   color: #50235C;
 }
</style>

background-color css

<style>
 a { background-color: #50235C; }

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

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

border-color css

<style>
 span { border-color: #50235C; }

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

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