Html Css Color HEX #512169 Scarlet Gum

📋 copy color: '#512169'

red 81 ◦ green 33 ◦ blue 105

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

Shades of Scarlet Gum #512169

Tints of Scarlet Gum #512169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 36.99%
G = 15.07%
B = 47.95%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512169 (or 0x512169) is known color: Scarlet Gum. HEX triplet: 51, 21 and 69. RGB value is (81,33,105). Sum of RGB (Red+Green+Blue) = 81+33+105=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #512169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512169 is #AEDE96. Grayscale: #373737. Windows color (decimal): -11460247 or 6889809. OLE color: 6889809.

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

Color convert

RGB 81 33 105 -
CMYK 0.23 0.69 0 0.59
HSL 280º 0.52% 0.27% -
HSV(B) 280º 0.69% 0.41% -
XYZ 6.49 3.86 13.77 -
YUV 55.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 81 33 105 0.23 0.69 0 0.59 280 0.52 0.27
Hex 51 21 69 17 45 0 3B 118 34 1B
Octal 121 41 151 27 105 0 73 430 64 33
Binary 1010001 100001 1101001 10111 1000101 0 111011 100011000 110100 11011

Color Harmonies of #512169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512169

Black with #512169

Text Example


Text Example

White with #512169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512169; }

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

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

background-color css

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

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

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

border-color css

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

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

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