Html Css Color HEX #511369 Scarlet Gum

📋 copy color: '#511369'

red 81 ◦ green 19 ◦ blue 105

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

Shades of Scarlet Gum #511369

Tints of Scarlet Gum #511369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 39.51%
G = 9.27%
B = 51.22%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511369 (or 0x511369) is known color: Scarlet Gum. HEX triplet: 51, 13 and 69. RGB value is (81,19,105). Sum of RGB (Red+Green+Blue) = 81+19+105=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #511369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511369 is #AEEC96. Grayscale: #2F2F2F. Windows color (decimal): -11463831 or 6886225. OLE color: 6886225.

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

Color convert

RGB 81 19 105 -
CMYK 0.23 0.82 0 0.59
HSL 283.26º 0.69% 0.24% -
HSV(B) 283.26º 0.82% 0.41% -
XYZ 6.18 3.23 13.66 -
YUV 47.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 81 19 105 0.23 0.82 0 0.59 283.26 0.69 0.24
Hex 51 13 69 17 52 0 3B 11B 45 18
Octal 121 23 151 27 122 0 73 433 105 30
Binary 1010001 10011 1101001 10111 1010010 0 111011 100011011 1000101 11000

Color Harmonies of #511369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511369

Black with #511369

Text Example


Text Example

White with #511369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511369; }

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

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

background-color css

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

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

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

border-color css

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

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

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