Html Css Color HEX #512062 Scarlet Gum

📋 copy color: '#512062'

red 81 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #512062

Tints of Scarlet Gum #512062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 38.39%
G = 15.17%
B = 46.45%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512062 (or 0x512062) is known color: Scarlet Gum. HEX triplet: 51, 20 and 62. RGB value is (81,32,98). Sum of RGB (Red+Green+Blue) = 81+32+98=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #512062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512062 is #AEDF9D. Grayscale: #353535. Windows color (decimal): -11460510 or 6430801. OLE color: 6430801.

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

Color convert

RGB 81 32 98 -
CMYK 0.17 0.67 0 0.62
HSL 284.55º 0.51% 0.25% -
HSV(B) 284.55º 0.67% 0.38% -
XYZ 6.11 3.66 11.94 -
YUV 54.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 81 32 98 0.17 0.67 0 0.62 284.55 0.51 0.25
Hex 51 20 62 11 43 0 3E 11D 33 19
Octal 121 40 142 21 103 0 76 435 63 31
Binary 1010001 100000 1100010 10001 1000011 0 111110 100011101 110011 11001

Color Harmonies of #512062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512062

Black with #512062

Text Example


Text Example

White with #512062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512062; }

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

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

background-color css

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

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

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

border-color css

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

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

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