Html Css Color HEX #512368 Scarlet Gum

📋 copy color: '#512368'

red 81 ◦ green 35 ◦ blue 104

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

Shades of Scarlet Gum #512368

Tints of Scarlet Gum #512368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 36.82%
G = 15.91%
B = 47.27%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512368 (or 0x512368) is known color: Scarlet Gum. HEX triplet: 51, 23 and 68. RGB value is (81,35,104). Sum of RGB (Red+Green+Blue) = 81+35+104=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #512368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512368 is #AEDC97. Grayscale: #383838. Windows color (decimal): -11459736 or 6824785. OLE color: 6824785.

HSL color Cylindrical-coordinate representation of color #512368: hue angle of 280º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512368 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 35 104 -
CMYK 0.22 0.66 0 0.59
HSL 280º 0.5% 0.27% -
HSV(B) 280º 0.66% 0.41% -
XYZ 6.49 3.95 13.52 -
YUV 56.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 81 35 104 0.22 0.66 0 0.59 280 0.5 0.27
Hex 51 23 68 16 42 0 3B 118 32 1B
Octal 121 43 150 26 102 0 73 430 62 33
Binary 1010001 100011 1101000 10110 1000010 0 111011 100011000 110010 11011

Color Harmonies of #512368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512368

Black with #512368

Text Example


Text Example

White with #512368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512368; }

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

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

background-color css

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

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

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

border-color css

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

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

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