Html Css Color HEX #531862 Scarlet Gum

📋 copy color: '#531862'

red 83 ◦ green 24 ◦ blue 98

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

Shades of Scarlet Gum #531862

Tints of Scarlet Gum #531862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 40.49%
G = 11.71%
B = 47.8%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531862 (or 0x531862) is known color: Scarlet Gum. HEX triplet: 53, 18 and 62. RGB value is (83,24,98). Sum of RGB (Red+Green+Blue) = 83+24+98=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #531862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531862 is #ACE79D. Grayscale: #313131. Windows color (decimal): -11331486 or 6428755. OLE color: 6428755.

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

Color convert

RGB 83 24 98 -
CMYK 0.15 0.76 0 0.62
HSL 287.84º 0.61% 0.24% -
HSV(B) 287.84º 0.76% 0.38% -
XYZ 6.1 3.37 11.89 -
YUV 50.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 83 24 98 0.15 0.76 0 0.62 287.84 0.61 0.24
Hex 53 18 62 F 4C 0 3E 120 3D 18
Octal 123 30 142 17 114 0 76 440 75 30
Binary 1010011 11000 1100010 1111 1001100 0 111110 100100000 111101 11000

Color Harmonies of #531862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531862

Black with #531862

Text Example


Text Example

White with #531862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531862; }

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

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

background-color css

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

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

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

border-color css

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

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

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