Html Css Color HEX #512366 Scarlet Gum

📋 copy color: '#512366'

red 81 ◦ green 35 ◦ blue 102

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

Shades of Scarlet Gum #512366

Tints of Scarlet Gum #512366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 37.16%
G = 16.06%
B = 46.79%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#512366 (or 0x512366) is known color: Scarlet Gum. HEX triplet: 51, 23 and 66. RGB value is (81,35,102). Sum of RGB (Red+Green+Blue) = 81+35+102=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #512366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512366 is #AEDC99. Grayscale: #383838. Windows color (decimal): -11459738 or 6693713. OLE color: 6693713.

HSL color Cylindrical-coordinate representation of color #512366: hue angle of 281.19º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512366 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 35 102 -
CMYK 0.21 0.66 0 0.6
HSL 281.19º 0.49% 0.27% -
HSV(B) 281.19º 0.66% 0.4% -
XYZ 6.39 3.91 12.99 -
YUV 56.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 81 35 102 0.21 0.66 0 0.6 281.19 0.49 0.27
Hex 51 23 66 15 42 0 3C 119 31 1B
Octal 121 43 146 25 102 0 74 431 61 33
Binary 1010001 100011 1100110 10101 1000010 0 111100 100011001 110001 11011

Color Harmonies of #512366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512366

Black with #512366

Text Example


Text Example

White with #512366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512366; }

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

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

background-color css

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

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

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

border-color css

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

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

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