Html Css Color HEX #512360 Scarlet Gum

📋 copy color: '#512360'

red 81 ◦ green 35 ◦ blue 96

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

Shades of Scarlet Gum #512360

Tints of Scarlet Gum #512360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 38.21%
G = 16.51%
B = 45.28%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512360 (or 0x512360) is known color: Scarlet Gum. HEX triplet: 51, 23 and 60. RGB value is (81,35,96). Sum of RGB (Red+Green+Blue) = 81+35+96=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #512360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512360 is #AEDC9F. Grayscale: #373737. Windows color (decimal): -11459744 or 6300497. OLE color: 6300497.

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

Color convert

RGB 81 35 96 -
CMYK 0.16 0.64 0 0.62
HSL 285.25º 0.47% 0.26% -
HSV(B) 285.25º 0.64% 0.38% -
XYZ 6.11 3.8 11.48 -
YUV 55.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 81 35 96 0.16 0.64 0 0.62 285.25 0.47 0.26
Hex 51 23 60 10 40 0 3E 11D 2F 1A
Octal 121 43 140 20 100 0 76 435 57 32
Binary 1010001 100011 1100000 10000 1000000 0 111110 100011101 101111 11010

Color Harmonies of #512360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512360

Black with #512360

Text Example


Text Example

White with #512360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512360; }

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

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

background-color css

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

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

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

border-color css

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

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

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