Html Css Color HEX #530E63 Scarlet Gum

📋 copy color: '#530E63'

red 83 ◦ green 14 ◦ blue 99

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

Shades of Scarlet Gum #530E63

Tints of Scarlet Gum #530E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.14%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 42.35%
G = 7.14%
B = 50.51%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530E63 (or 0x530E63) is known color: Scarlet Gum. HEX triplet: 53, 0E and 63. RGB value is (83,14,99). Sum of RGB (Red+Green+Blue) = 83+14+99=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #530E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E63 is #ACF19C. Grayscale: #2C2C2C. Windows color (decimal): -11334045 or 6491731. OLE color: 6491731.

HSL color Cylindrical-coordinate representation of color #530E63: hue angle of 288.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530E63 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 14 99 -
CMYK 0.16 0.86 0 0.61
HSL 288.71º 0.75% 0.22% -
HSV(B) 288.71º 0.86% 0.39% -
XYZ 5.98 3.05 12.08 -
YUV 44.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 83 14 99 0.16 0.86 0 0.61 288.71 0.75 0.22
Hex 53 E 63 10 56 0 3D 121 4B 16
Octal 123 16 143 20 126 0 75 441 113 26
Binary 1010011 1110 1100011 10000 1010110 0 111101 100100001 1001011 10110

Color Harmonies of #530E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E63

Black with #530E63

Text Example


Text Example

White with #530E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530E63; }

 p { color: rgb(83,14,99); }

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

background-color css

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

 a { background-color: rgb(83,14,99); }

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

border-color css

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

 span { border-color: rgb(83,14,99); }

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