Html Css Color HEX #531A62 Scarlet Gum

📋 copy color: '#531A62'

red 83 ◦ green 26 ◦ blue 98

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

Shades of Scarlet Gum #531A62

Tints of Scarlet Gum #531A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

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

R = 40.1%
G = 12.56%
B = 47.34%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531A62 (or 0x531A62) is known color: Scarlet Gum. HEX triplet: 53, 1A and 62. RGB value is (83,26,98). Sum of RGB (Red+Green+Blue) = 83+26+98=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #531A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A62 is #ACE59D. Grayscale: #333333. Windows color (decimal): -11330974 or 6429267. OLE color: 6429267.

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

Color convert

RGB 83 26 98 -
CMYK 0.15 0.73 0 0.62
HSL 287.5º 0.58% 0.24% -
HSV(B) 287.5º 0.73% 0.38% -
XYZ 6.14 3.46 11.9 -
YUV 51.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 83 26 98 0.15 0.73 0 0.62 287.5 0.58 0.24
Hex 53 1A 62 F 49 0 3E 120 3A 18
Octal 123 32 142 17 111 0 76 440 72 30
Binary 1010011 11010 1100010 1111 1001001 0 111110 100100000 111010 11000

Color Harmonies of #531A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A62

Black with #531A62

Text Example


Text Example

White with #531A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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