Html Css Color HEX #530C63 Scarlet Gum

📋 copy color: '#530C63'

red 83 ◦ green 12 ◦ blue 99

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

Shades of Scarlet Gum #530C63

Tints of Scarlet Gum #530C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

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

R = 42.78%
G = 6.19%
B = 51.03%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#530C63 (or 0x530C63) is known color: Scarlet Gum. HEX triplet: 53, 0C and 63. RGB value is (83,12,99). Sum of RGB (Red+Green+Blue) = 83+12+99=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #530C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C63 is #ACF39C. Grayscale: #2A2A2A. Windows color (decimal): -11334557 or 6491219. OLE color: 6491219.

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

Color convert

RGB 83 12 99 -
CMYK 0.16 0.88 0 0.61
HSL 288.97º 0.78% 0.22% -
HSV(B) 288.97º 0.88% 0.39% -
XYZ 5.95 3 12.07 -
YUV 43.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 83 12 99 0.16 0.88 0 0.61 288.97 0.78 0.22
Hex 53 C 63 10 58 0 3D 121 4E 16
Octal 123 14 143 20 130 0 75 441 116 26
Binary 1010011 1100 1100011 10000 1011000 0 111101 100100001 1001110 10110

Color Harmonies of #530C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C63

Black with #530C63

Text Example


Text Example

White with #530C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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