Html Css Color HEX #512867 Scarlet Gum

📋 copy color: '#512867'

red 81 ◦ green 40 ◦ blue 103

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

Shades of Scarlet Gum #512867

Tints of Scarlet Gum #512867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 36.16%
G = 17.86%
B = 45.98%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#512867 (or 0x512867) is known color: Scarlet Gum. HEX triplet: 51, 28 and 67. RGB value is (81,40,103). Sum of RGB (Red+Green+Blue) = 81+40+103=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #512867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512867 is #AED798. Grayscale: #3B3B3B. Windows color (decimal): -11458457 or 6760529. OLE color: 6760529.

HSL color Cylindrical-coordinate representation of color #512867: hue angle of 279.05º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512867 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 40 103 -
CMYK 0.21 0.61 0 0.60
HSL 279.05º 0.44% 0.28% -
HSV(B) 279.05º 0.61% 0.4% -
XYZ 6.6 4.25 13.3 -
YUV 59.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 81 40 103 0.21 0.61 0 0.60 279.05 0.44 0.28
Hex 51 28 67 15 3D 0 3C 117 2C 1C
Octal 121 50 147 25 75 0 74 427 54 34
Binary 1010001 101000 1100111 10101 111101 0 111100 100010111 101100 11100

Color Harmonies of #512867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512867

Black with #512867

Text Example


Text Example

White with #512867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512867; }

 p { color: rgb(81,40,103); }

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

background-color css

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

 a { background-color: rgb(81,40,103); }

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

border-color css

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

 span { border-color: rgb(81,40,103); }

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