Html Css Color HEX #531861 Scarlet Gum

📋 copy color: '#531861'

red 83 ◦ green 24 ◦ blue 97

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

Shades of Scarlet Gum #531861

Tints of Scarlet Gum #531861

RGB

 RED value IS 83 (32.81% from 255) = 40.69%

 GREEN value IS 24 (9.77% from 255) = 11.76%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 40.69%
G = 11.76%
B = 47.55%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531861 (or 0x531861) is known color: Scarlet Gum. HEX triplet: 53, 18 and 61. RGB value is (83,24,97). Sum of RGB (Red+Green+Blue) = 83+24+97=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #531861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531861 is #ACE79E. Grayscale: #313131. Windows color (decimal): -11331487 or 6363219. OLE color: 6363219.

HSL color Cylindrical-coordinate representation of color #531861: hue angle of 288.49º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531861 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 24 97 -
CMYK 0.14 0.75 0 0.62
HSL 288.49º 0.6% 0.24% -
HSV(B) 288.49º 0.75% 0.38% -
XYZ 6.05 3.36 11.64 -
YUV 49.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 83 24 97 0.14 0.75 0 0.62 288.49 0.6 0.24
Hex 53 18 61 E 4B 0 3E 120 3C 18
Octal 123 30 141 16 113 0 76 440 74 30
Binary 1010011 11000 1100001 1110 1001011 0 111110 100100000 111100 11000

Color Harmonies of #531861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531861

Black with #531861

Text Example


Text Example

White with #531861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531861; }

 p { color: rgb(83,24,97); }

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

background-color css

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

 a { background-color: rgb(83,24,97); }

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

border-color css

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

 span { border-color: rgb(83,24,97); }

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