Html Css Color HEX #51225F Scarlet Gum

📋 copy color: '#51225F'

red 81 ◦ green 34 ◦ blue 95

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

Shades of Scarlet Gum #51225F

Tints of Scarlet Gum #51225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 38.57%
G = 16.19%
B = 45.24%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51225F (or 0x51225F) is known color: Scarlet Gum. HEX triplet: 51, 22 and 5F. RGB value is (81,34,95). Sum of RGB (Red+Green+Blue) = 81+34+95=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #51225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51225F is #AEDDA0. Grayscale: #363636. Windows color (decimal): -11460001 or 6234705. OLE color: 6234705.

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

Color convert

RGB 81 34 95 -
CMYK 0.15 0.64 0 0.63
HSL 286.23º 0.47% 0.25% -
HSV(B) 286.23º 0.64% 0.37% -
XYZ 6.03 3.72 11.23 -
YUV 55.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 81 34 95 0.15 0.64 0 0.63 286.23 0.47 0.25
Hex 51 22 5F F 40 0 3F 11E 2F 19
Octal 121 42 137 17 100 0 77 436 57 31
Binary 1010001 100010 1011111 1111 1000000 0 111111 100011110 101111 11001

Color Harmonies of #51225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51225F

Black with #51225F

Text Example


Text Example

White with #51225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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