Html Css Color HEX #531462 Scarlet Gum

📋 copy color: '#531462'

red 83 ◦ green 20 ◦ blue 98

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

Shades of Scarlet Gum #531462

Tints of Scarlet Gum #531462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 41.29%
G = 9.95%
B = 48.76%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531462 (or 0x531462) is known color: Scarlet Gum. HEX triplet: 53, 14 and 62. RGB value is (83,20,98). Sum of RGB (Red+Green+Blue) = 83+20+98=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #531462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531462 is #ACEB9D. Grayscale: #2F2F2F. Windows color (decimal): -11332510 or 6427731. OLE color: 6427731.

HSL color Cylindrical-coordinate representation of color #531462: hue angle of 288.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531462 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 20 98 -
CMYK 0.15 0.80 0 0.62
HSL 288.46º 0.66% 0.23% -
HSV(B) 288.46º 0.8% 0.38% -
XYZ 6.02 3.22 11.86 -
YUV 47.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 83 20 98 0.15 0.80 0 0.62 288.46 0.66 0.23
Hex 53 14 62 F 50 0 3E 120 42 17
Octal 123 24 142 17 120 0 76 440 102 27
Binary 1010011 10100 1100010 1111 1010000 0 111110 100100000 1000010 10111

Color Harmonies of #531462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531462

Black with #531462

Text Example


Text Example

White with #531462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531462; }

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

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

background-color css

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

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

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

border-color css

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

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

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