Html Css Color HEX #512369 Scarlet Gum

📋 copy color: '#512369'

red 81 ◦ green 35 ◦ blue 105

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

Shades of Scarlet Gum #512369

Tints of Scarlet Gum #512369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 36.65%
G = 15.84%
B = 47.51%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512369 (or 0x512369) is known color: Scarlet Gum. HEX triplet: 51, 23 and 69. RGB value is (81,35,105). Sum of RGB (Red+Green+Blue) = 81+35+105=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #512369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512369 is #AEDC96. Grayscale: #383838. Windows color (decimal): -11459735 or 6890321. OLE color: 6890321.

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

Color convert

RGB 81 35 105 -
CMYK 0.23 0.67 0 0.59
HSL 279.43º 0.5% 0.27% -
HSV(B) 279.43º 0.67% 0.41% -
XYZ 6.54 3.97 13.79 -
YUV 56.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 81 35 105 0.23 0.67 0 0.59 279.43 0.5 0.27
Hex 51 23 69 17 43 0 3B 117 32 1B
Octal 121 43 151 27 103 0 73 427 62 33
Binary 1010001 100011 1101001 10111 1000011 0 111011 100010111 110010 11011

Color Harmonies of #512369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512369

Black with #512369

Text Example


Text Example

White with #512369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512369; }

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

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

background-color css

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

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

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

border-color css

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

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

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