Html Css Color HEX #512362 Scarlet Gum

📋 copy color: '#512362'

red 81 ◦ green 35 ◦ blue 98

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

Shades of Scarlet Gum #512362

Tints of Scarlet Gum #512362

RGB

 RED value IS 81 (32.03% from 255) = 37.85%

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 37.85%
G = 16.36%
B = 45.79%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512362 (or 0x512362) is known color: Scarlet Gum. HEX triplet: 51, 23 and 62. RGB value is (81,35,98). Sum of RGB (Red+Green+Blue) = 81+35+98=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #512362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512362 is #AEDC9D. Grayscale: #373737. Windows color (decimal): -11459742 or 6431569. OLE color: 6431569.

HSL color Cylindrical-coordinate representation of color #512362: hue angle of 283.81º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512362 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 35 98 -
CMYK 0.17 0.64 0 0.62
HSL 283.81º 0.47% 0.26% -
HSV(B) 283.81º 0.64% 0.38% -
XYZ 6.2 3.83 11.97 -
YUV 55.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 81 35 98 0.17 0.64 0 0.62 283.81 0.47 0.26
Hex 51 23 62 11 40 0 3E 11C 2F 1A
Octal 121 43 142 21 100 0 76 434 57 32
Binary 1010001 100011 1100010 10001 1000000 0 111110 100011100 101111 11010

Color Harmonies of #512362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512362

Black with #512362

Text Example


Text Example

White with #512362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512362; }

 p { color: rgb(81,35,98); }

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

background-color css

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

 a { background-color: rgb(81,35,98); }

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

border-color css

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

 span { border-color: rgb(81,35,98); }

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