Html Css Color HEX #51215F Scarlet Gum

📋 copy color: '#51215F'

red 81 ◦ green 33 ◦ blue 95

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

Shades of Scarlet Gum #51215F

Tints of Scarlet Gum #51215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 38.76%
G = 15.79%
B = 45.45%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51215F (or 0x51215F) is known color: Scarlet Gum. HEX triplet: 51, 21 and 5F. RGB value is (81,33,95). Sum of RGB (Red+Green+Blue) = 81+33+95=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #51215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51215F is #AEDEA0. Grayscale: #363636. Windows color (decimal): -11460257 or 6234449. OLE color: 6234449.

HSL color Cylindrical-coordinate representation of color #51215F: hue angle of 286.45º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51215F is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 33 95 -
CMYK 0.15 0.65 0 0.63
HSL 286.45º 0.48% 0.25% -
HSV(B) 286.45º 0.65% 0.37% -
XYZ 6 3.66 11.22 -
YUV 54.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 81 33 95 0.15 0.65 0 0.63 286.45 0.48 0.25
Hex 51 21 5F F 41 0 3F 11E 30 19
Octal 121 41 137 17 101 0 77 436 60 31
Binary 1010001 100001 1011111 1111 1000001 0 111111 100011110 110000 11001

Color Harmonies of #51215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51215F

Black with #51215F

Text Example


Text Example

White with #51215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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